Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dpm.h56 #define PM_CTRLA_IORET_Pos 2 /**< \brief (PM_CTRLA) I/O Retention */ macro
57 #define PM_CTRLA_IORET (_U(0x1) << PM_CTRLA_IORET_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_pm_l21.h172 tmp = (tmp & PM_CTRLA_IORET) >> PM_CTRLA_IORET_Pos; in hri_pm_get_CTRLA_IORET_bit()
182 tmp |= value << PM_CTRLA_IORET_Pos; in hri_pm_write_CTRLA_IORET_bit()