Vision Apps User Guide
app_rtos_semaphore_params_t Struct Reference

Detailed Description

Semaphore parameters.

Data Fields

app_rtos_semaphore_mode_t mode
 
uint32_t initValue
 
uint32_t maxValue
 

Field Documentation

◆ mode

app_rtos_semaphore_mode_t app_rtos_semaphore_params_t::mode

Semaphore Mode

◆ initValue

uint32_t app_rtos_semaphore_params_t::initValue

Initial value for the semaphore

◆ maxValue

uint32_t app_rtos_semaphore_params_t::maxValue

Maximum value of counting semaphore. Not used for binary semaphore