Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dpm.h191 #define PM_STDBYCFG_PDCFG_Msk (_U(0x3) << PM_STDBYCFG_PDCFG_Pos) macro
192 #define PM_STDBYCFG_PDCFG(value) (PM_STDBYCFG_PDCFG_Msk & ((value) << PM_STDBYCFG_PDCFG_Pos))
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_pm_l21.h560 tmp &= ~PM_STDBYCFG_PDCFG_Msk; in hri_pm_write_STDBYCFG_PDCFG_bf()
584 tmp = (tmp & PM_STDBYCFG_PDCFG_Msk) >> PM_STDBYCFG_PDCFG_Pos; in hri_pm_read_STDBYCFG_PDCFG_bf()