 |
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
7#ifndef ZEPHYR_INCLUDE_DRIVERS_POWER_ATMEL_SAM_SUPC_H_
8#define ZEPHYR_INCLUDE_DRIVERS_POWER_ATMEL_SAM_SUPC_H_
10#define SAM_DT_SUPC_CONTROLLER DEVICE_DT_GET(DT_NODELABEL(supc))
12#define SAM_DT_SUPC_WAKEUP_SOURCE_ID(node_id) \
13 DT_PROP_BY_IDX(node_id, wakeup_source_id wakeup_source_id)
15#define SAM_DT_INST_SUPC_WAKEUP_SOURCE_ID(inst) \
16 SAM_DT_SUPC_WAKEUP_SOURCE_ID(DT_DRV_INST(inst))