Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/testsuite/busy_sim/
Dbusy_sim.c206 data->alarm_cfg.flags = COUNTER_ALARM_CFG_EXPIRE_WHEN_LATE; in busy_sim_init()
/Zephyr-latest/drivers/counter/
Dcounter_rpi_pico_timer.c101 if (alarm_cfg->flags & COUNTER_ALARM_CFG_EXPIRE_WHEN_LATE) { in counter_rpi_pico_timer_set_alarm()
Dcounter_max32_timer.c125 irq_on_late = flags & COUNTER_ALARM_CFG_EXPIRE_WHEN_LATE; in set_cc()
Dcounter_nxp_s32_sys_timer.c129 irq_on_late = !!(flags & COUNTER_ALARM_CFG_EXPIRE_WHEN_LATE); in stm_set_alarm()
Dcounter_smartbond_timer.c241 irq_on_late = flags & COUNTER_ALARM_CFG_EXPIRE_WHEN_LATE; in counter_smartbond_set_alarm()
Dcounter_ifx_cat1.c373 irq_on_late = ((flags & COUNTER_ALARM_CFG_EXPIRE_WHEN_LATE) == 0) ? false : true; in ifx_cat1_counter_set_alarm()
Dcounter_nrfx_timer.c170 irq_on_late = flags & COUNTER_ALARM_CFG_EXPIRE_WHEN_LATE; in set_cc()
Dcounter_andes_atcpit100.c260 irq_on_late = flags & COUNTER_ALARM_CFG_EXPIRE_WHEN_LATE; in atcpit100_set_alarm()
Dcounter_gd32_timer.c235 irq_on_late = flags & COUNTER_ALARM_CFG_EXPIRE_WHEN_LATE; in set_cc()
Dcounter_ll_stm32_timer.c223 irq_on_late = flags & COUNTER_ALARM_CFG_EXPIRE_WHEN_LATE; in counter_stm32_set_cc()
Dcounter_renesas_ra_agt.c205 irq_on_late = alarm_cfg->flags & COUNTER_ALARM_CFG_EXPIRE_WHEN_LATE; in counter_ra_agt_set_alarm()
Dcounter_nrfx_rtc.c273 irq_on_late = flags & COUNTER_ALARM_CFG_EXPIRE_WHEN_LATE; in set_cc()
/Zephyr-latest/include/zephyr/drivers/
Dcounter.h95 #define COUNTER_ALARM_CFG_EXPIRE_WHEN_LATE BIT(1) macro
/Zephyr-latest/tests/drivers/counter/maxim_ds3231_api/src/
Dtest_counter.c531 COUNTER_ALARM_CFG_EXPIRE_WHEN_LATE, in test_late_alarm_instance()
/Zephyr-latest/tests/drivers/counter/counter_basic_api/src/
Dtest_counter.c795 COUNTER_ALARM_CFG_EXPIRE_WHEN_LATE, in test_late_alarm_instance()