Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/AFE/
Dafe_timer.c420 int afe_timer_delay_async(mxc_tmr_bit_mode_t timer_selection, uint32_t timeout_us, in afe_timer_delay_async() argument
426 if ((timer_selection != AFE_SPI_TIMER) && (timer_selection != HART_TIMER)) { in afe_timer_delay_async()
440 AFE_TMR_Stop_16(g_afe_timer_inst, timer_selection); in afe_timer_delay_async()
443 AFE_TMR_SetCount_16(g_afe_timer_inst, timer_selection, 1); in afe_timer_delay_async()
444 AFE_TMR_SetCompare_16(g_afe_timer_inst, timer_selection, calculated_ticks); in afe_timer_delay_async()
445 AFE_TMR_ClearFlags_16(g_afe_timer_inst, timer_selection); in afe_timer_delay_async()
448 if (timer_selection == AFE_SPI_TIMER) { in afe_timer_delay_async()
456 AFE_TMR_EnableInt_16(g_afe_timer_inst, timer_selection); in afe_timer_delay_async()
457 AFE_TMR_Start_16(g_afe_timer_inst, timer_selection); in afe_timer_delay_async()
462 int afe_timer_delay_check(mxc_tmr_bit_mode_t timer_selection) in afe_timer_delay_check() argument
[all …]
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32675/
Dafe_timer.h70 int afe_timer_delay_async(mxc_tmr_bit_mode_t timer_selection, uint32_t timeout_us,
79 int afe_timer_delay_check(mxc_tmr_bit_mode_t timer_selection);
86 int afe_timer_delay_abort(mxc_tmr_bit_mode_t timer_selection);
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Include/MAX32680/
Dafe_timer.h70 int afe_timer_delay_async(mxc_tmr_bit_mode_t timer_selection, uint32_t timeout_us,
79 int afe_timer_delay_check(mxc_tmr_bit_mode_t timer_selection);
86 int afe_timer_delay_abort(mxc_tmr_bit_mode_t timer_selection);