Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
atmel_sam_supc.h File Reference

Go to the source code of this file.

Macros

#define SAM_DT_SUPC_CONTROLLER   DEVICE_DT_GET(DT_NODELABEL(supc))
 
#define SAM_DT_SUPC_WAKEUP_SOURCE_ID(node_id)
 
#define SAM_DT_INST_SUPC_WAKEUP_SOURCE_ID(inst)
 

Macro Definition Documentation

◆ 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:3623

◆ SAM_DT_SUPC_CONTROLLER

#define SAM_DT_SUPC_CONTROLLER   DEVICE_DT_GET(DT_NODELABEL(supc))

◆ SAM_DT_SUPC_WAKEUP_SOURCE_ID

#define SAM_DT_SUPC_WAKEUP_SOURCE_ID ( node_id)
Value:
DT_PROP_BY_IDX(node_id, wakeup_source_id wakeup_source_id)
#define DT_PROP_BY_IDX(node_id, prop, idx)
Get the value at index idx in an array type property.
Definition devicetree.h:809