ATCA Hardware abstraction layer for windows timer functions. More...
Functions | |
void | hal_delay_us (uint32_t delay) |
This function delays for a number of microseconds. | |
void | hal_delay_ms (uint32_t delay) |
Timer API implemented at the HAL level. | |
ATCA_STATUS | hal_create_mutex (void **ppMutex, const char *pName) |
Optional hal interfaces. | |
ATCA_STATUS | hal_destroy_mutex (void *pMutex) |
ATCA_STATUS | hal_lock_mutex (void *pMutex) |
ATCA_STATUS | hal_unlock_mutex (void *pMutex) |
ATCA_STATUS | hal_check_pid (hal_pid_t pid) |
Check if the pid exists in the system. | |
ATCA Hardware abstraction layer for windows timer functions.