Enumerations | |
enum | cy_vcm_event_t { CY_VCM_EVENT_INIT_COMPLETE = 0 , CY_VCM_EVENT_DEINIT } |
Virtual-Connectivity-Manager event type. More... | |
enum | cy_vcm_hal_resource_opt_t { CY_VCM_CREATE_HAL_RESOURCE = 0 , CY_VCM_USE_HAL_RESOURCE } |
Virtual-Connectivity-Manager HAL resource option type. More... | |
enum cy_vcm_event_t |
Virtual-Connectivity-Manager HAL resource option type.
Enumerator | |
---|---|
CY_VCM_CREATE_HAL_RESOURCE | Option to be set during cy_vcm_init in the core which initializes VCM first. Setting this option creates all the HAL resources on that core. |
CY_VCM_USE_HAL_RESOURCE | Option to be set during cy_vcm_init in the core which initializes VCM second. Setting this option will use the HAL resources created by the other core. |