Home
last modified time | relevance | path

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

/Zephyr-latest/soc/atmel/sam/common/
Dsoc_power.c7 #define SAM_DT_RSTC_DRIVER DT_INST(0, atmel_sam_rstc) macro
15 #if DT_NODE_HAS_STATUS_OKAY(SAM_DT_RSTC_DRIVER)
19 Rstc *regs = (Rstc *)DT_REG_ADDR(SAM_DT_RSTC_DRIVER); in sys_arch_reboot()