Home
last modified time | relevance | path

Searched refs:Rstc (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/hwinfo/
Dhwinfo_sam_rstc.c20 uint32_t reason = ((Rstc *)DT_INST_REG_ADDR(0))->RSTC_SR & RSTC_SR_RSTTYP_Msk; in z_impl_hwinfo_get_reset_cause()
58 Rstc *regs = (Rstc *)DT_INST_REG_ADDR(0); in hwinfo_rstc_init()
/Zephyr-latest/soc/atmel/sam/common/
Dsoc_power.c19 Rstc *regs = (Rstc *)DT_REG_ADDR(SAM_DT_RSTC_DRIVER); in sys_arch_reboot()