Home
last modified time | relevance | path

Searched refs:_cyhal_tcpwm_data_structs (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_tcpwm_common.c250 static cyhal_tcpwm_t *_cyhal_tcpwm_data_structs[_CYHAL_TCPWM_CHANNELS]; variable
257 if (NULL != _cyhal_tcpwm_data_structs[i]) in _cyhal_tcpwm_pm_has_enabled()
292 if (NULL != _cyhal_tcpwm_data_structs[_CYHAL_TCPWM_DATA[i].channel_offset + j]) in _cyhal_tcpwm_pm_callback()
298_cyhal_tcpwm_data_structs[_CYHAL_TCPWM_DATA[i].channel_offset + j]->presleep_state = true; in _cyhal_tcpwm_pm_callback()
302_cyhal_tcpwm_data_structs[_CYHAL_TCPWM_DATA[i].channel_offset + j]->presleep_state = false; in _cyhal_tcpwm_pm_callback()
307_cyhal_tcpwm_data_structs[_CYHAL_TCPWM_DATA[i].channel_offset + j]->presleep_state = true; in _cyhal_tcpwm_pm_callback()
311_cyhal_tcpwm_data_structs[_CYHAL_TCPWM_DATA[i].channel_offset + j]->presleep_state = false; in _cyhal_tcpwm_pm_callback()
331 if (NULL != _cyhal_tcpwm_data_structs[_CYHAL_TCPWM_DATA[i].channel_offset + j]) in _cyhal_tcpwm_pm_callback()
334 … if(_cyhal_tcpwm_data_structs[_CYHAL_TCPWM_DATA[i].channel_offset + j]->presleep_state) in _cyhal_tcpwm_pm_callback()
363 … cyhal_tcpwm_t* obj = _cyhal_tcpwm_data_structs[_CYHAL_TCPWM_DATA[i].channel_offset + j]; in _cyhal_tcpwm_pm_callback()
[all …]