Searched refs:netc_timer_handle_t (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/ |
| D | fsl_netc_timer.h | 89 typedef struct _netc_timer_handle netc_timer_handle_t; typedef 235 status_t NETC_TimerInit(netc_timer_handle_t *handle, const netc_timer_config_t *config); 242 void NETC_TimerDeinit(netc_timer_handle_t *handle); 249 void NETC_TimerInitHandle(netc_timer_handle_t *handle); 257 void NETC_TimerEnable(netc_timer_handle_t *handle, bool enable); 278 void NETC_TimerConfigureAlarm(netc_timer_handle_t *handle, 291 void NETC_TimerStartAlarm(netc_timer_handle_t *handle, netc_timer_alarm_index_t alarmId, uint64_t n… 300 void NETC_TimerStopAlarm(netc_timer_handle_t *handle, netc_timer_alarm_index_t alarmId); 308 void NETC_TimerConfigureFIPER(netc_timer_handle_t *handle, const netc_timer_fiper_config_t *config); 318 void NETC_TimerStartFIPER(netc_timer_handle_t *handle, [all …]
|
| D | fsl_netc_timer.c | 22 static status_t NETC_TimerMSIXSetEntryTable(netc_timer_handle_t *handle, const netc_timer_config_t … in NETC_TimerMSIXSetEntryTable() 58 void NETC_TimerInitHandle(netc_timer_handle_t *handle) in NETC_TimerInitHandle() 67 status_t NETC_TimerInit(netc_timer_handle_t *handle, const netc_timer_config_t *config) in NETC_TimerInit() 106 void NETC_TimerDeinit(netc_timer_handle_t *handle) in NETC_TimerDeinit() 115 (void)memset(handle, 0, sizeof(netc_timer_handle_t)); in NETC_TimerDeinit() 118 void NETC_TimerEnable(netc_timer_handle_t *handle, bool enable) in NETC_TimerEnable() 130 void NETC_TimerConfigureAlarm(netc_timer_handle_t *handle, in NETC_TimerConfigureAlarm() 162 void NETC_TimerStartAlarm(netc_timer_handle_t *handle, netc_timer_alarm_index_t alarmId, uint64_t n… in NETC_TimerStartAlarm() 176 void NETC_TimerStopAlarm(netc_timer_handle_t *handle, netc_timer_alarm_index_t alarmId) in NETC_TimerStopAlarm() 188 void NETC_TimerConfigureFIPER(netc_timer_handle_t *handle, const netc_timer_fiper_config_t *config) in NETC_TimerConfigureFIPER() [all …]
|