Home
last modified time | relevance | path

Searched defs:alarm_value (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/hal/include/hal/
Dtimer_hal.h174 #define timer_hal_set_alarm_value(hal, alarm_value) timer_ll_set_alarm_value((hal)->dev, (hal)->id… argument
184 #define timer_hal_get_alarm_value(hal, alarm_value) timer_ll_get_alarm_value((hal)->dev, (hal)->id… argument
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dtimer_ll.h206 …INE_ATTR void timer_ll_set_alarm_value(timg_dev_t *hw, timer_idx_t timer_num, uint64_t alarm_value) in timer_ll_set_alarm_value()
221 … inline void timer_ll_get_alarm_value(timg_dev_t *hw, timer_idx_t timer_num, uint64_t *alarm_value) in timer_ll_get_alarm_value()
/device/soc/esp/esp32/components/driver/
Dtimer.c164 …p_err_t timer_set_alarm_value(timer_group_t group_num, timer_idx_t timer_num, uint64_t alarm_value) in timer_set_alarm_value()
175 …_err_t timer_get_alarm_value(timer_group_t group_num, timer_idx_t timer_num, uint64_t *alarm_value) in timer_get_alarm_value()
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
Drockchip_thermal.c741 u32 alarm_value; in rk_tsadcv2_alarm_temp() local