Go to the source code of this file.
◆ SAM_DT_INST_SUPC_WAKEUP_SOURCE_ID
| #define SAM_DT_INST_SUPC_WAKEUP_SOURCE_ID |
( |
| inst | ) |
|
Value:
#define SAM_DT_SUPC_WAKEUP_SOURCE_ID(node_id)
Definition atmel_sam_supc.h:12
#define DT_DRV_INST(inst)
Node identifier for an instance of a DT_DRV_COMPAT compatible.
Definition devicetree.h:4683
◆ SAM_DT_SUPC_CONTROLLER
◆ SAM_DT_SUPC_WAKEUP_SOURCE_ID
| #define SAM_DT_SUPC_WAKEUP_SOURCE_ID |
( |
| node_id | ) |
|
Value:DT_PHA(node_id, wakeup_source_id, wakeup_source_id)
#define DT_PHA(node_id, pha, cell)
Equivalent to DT_PHA_BY_IDX(node_id, pha, 0, cell).
Definition devicetree.h:1723