Home
last modified time | relevance | path

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

/Zephyr-latest/soc/atmel/sam/common/
Dsoc_supc.c26 void soc_supc_enable_wakeup_source(uint32_t wakeup_source_id) in soc_supc_enable_wakeup_source() argument
28 __ASSERT(wakeup_source_id <= SOC_SUPC_WAKEUP_SOURCE_IDS, in soc_supc_enable_wakeup_source()
31 SUPC->SUPC_WUMR |= 1 << wakeup_source_id; in soc_supc_enable_wakeup_source()
Dsoc_supc.h24 void soc_supc_enable_wakeup_source(uint32_t wakeup_source_id);
/Zephyr-latest/include/zephyr/drivers/power/
Datmel_sam_supc.h13 DT_PROP_BY_IDX(node_id, wakeup_source_id wakeup_source_id)