Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/rtc/
Drtc_nxp_irtc.c15 RTC_Type *base;
42 static void nxp_irtc_unlock_registers(RTC_Type *reg) in nxp_irtc_unlock_registers()
67 RTC_Type *irtc_reg = config->base; in nxp_irtc_set_time()
105 RTC_Type *irtc_reg = config->base; in nxp_irtc_get_time()
152 RTC_Type *irtc_reg = config->base; in nxp_irtc_alarm_set_time()
218 RTC_Type *irtc_reg = config->base; in nxp_irtc_alarm_get_time()
265 RTC_Type *irtc_reg = config->base; in nxp_irtc_alarm_is_pending()
327 RTC_Type *irtc_reg = config->base; in nxp_irtc_init()
344 RTC_Type *irtc_reg = config->base; in nxp_irtc_isr()
386 .base = (RTC_Type *)DT_INST_REG_ADDR(n), \
Drtc_rts5912.c37 RTC_Type *regs;
51 RTC_Type *rtc_regs = dev_cfg->regs; in rtc_rts5912_reset_rtc_time()
71 RTC_Type *rtc_regs = dev_cfg->regs; in rtc_rts5912_set_time()
97 RTC_Type *rtc_regs = dev_cfg->regs; in rtc_rts5912_get_time()
146 .regs = (RTC_Type *)(DT_INST_REG_ADDR(inst)), \
/Zephyr-latest/soc/realtek/ec/rts5912/reg/
Dreg_rtc.h37 } RTC_Type; typedef
/Zephyr-latest/drivers/counter/
Dcounter_mcux_lpc_rtc.c25 RTC_Type *base;
236 .base = (RTC_Type *)DT_INST_REG_ADDR(id), \
442 .base = (RTC_Type *)DT_REG_ADDR(DT_INST_PARENT(id)), \
Dcounter_mcux_rtc.c38 RTC_Type *base;
292 .base = (RTC_Type *)DT_INST_REG_ADDR(0),