Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dpm.h201 #define PM_STDBYCFG_DPGPD0_Pos 4 /**< \brief (PM_STDBYCFG) Dynamic Power Gating for… macro
202 #define PM_STDBYCFG_DPGPD0 (_U(0x1) << PM_STDBYCFG_DPGPD0_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_pm_l21.h471 tmp = (tmp & PM_STDBYCFG_DPGPD0) >> PM_STDBYCFG_DPGPD0_Pos; in hri_pm_get_STDBYCFG_DPGPD0_bit()
481 tmp |= value << PM_STDBYCFG_DPGPD0_Pos; in hri_pm_write_STDBYCFG_DPGPD0_bit()