Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dpm.h203 #define PM_STDBYCFG_DPGPD1_Pos 5 /**< \brief (PM_STDBYCFG) Dynamic Power Gating for… macro
204 #define PM_STDBYCFG_DPGPD1 (_U(0x1) << PM_STDBYCFG_DPGPD1_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_pm_l21.h511 tmp = (tmp & PM_STDBYCFG_DPGPD1) >> PM_STDBYCFG_DPGPD1_Pos; in hri_pm_get_STDBYCFG_DPGPD1_bit()
521 tmp |= value << PM_STDBYCFG_DPGPD1_Pos; in hri_pm_write_STDBYCFG_DPGPD1_bit()