Structure to hold the RTOS interface.
The application is expected to fill the structure with pointers to RTOS wrapper functions.
Data Fields | |
| int32_t(* | dpm_rtos_evt_give )(struct cy_stc_pdstack_context *ptrPdStackContext) | 
| DPM event gives handler callback.  More... | |
| int32_t(* | dpm_rtos_evt_take )(struct cy_stc_pdstack_context *ptrPdStackContext, uint32_t waitTick) | 
| DPM event takes handler callback.  More... | |
| int32_t(* cy_stc_pdstack_rtos_context_t::dpm_rtos_evt_give) (struct cy_stc_pdstack_context *ptrPdStackContext) | 
DPM event gives handler callback.
| int32_t(* cy_stc_pdstack_rtos_context_t::dpm_rtos_evt_take) (struct cy_stc_pdstack_context *ptrPdStackContext, uint32_t waitTick) | 
DPM event takes handler callback.