Semaphore parameters.
Data Fields | |
app_rtos_semaphore_mode_t | mode |
uint32_t | initValue |
uint32_t | maxValue |
app_rtos_semaphore_mode_t app_rtos_semaphore_params_t::mode |
Semaphore Mode
uint32_t app_rtos_semaphore_params_t::initValue |
Initial value for the semaphore
uint32_t app_rtos_semaphore_params_t::maxValue |
Maximum value of counting semaphore. Not used for binary semaphore