Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dpm.h111 #define PM_PLCFG_PLDIS_Pos 7 /**< \brief (PM_PLCFG) Performance Level Disable */ macro
112 #define PM_PLCFG_PLDIS (_U(0x1) << PM_PLCFG_PLDIS_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_pm_l21.h342 tmp = (tmp & PM_PLCFG_PLDIS) >> PM_PLCFG_PLDIS_Pos; in hri_pm_get_PLCFG_PLDIS_bit()
352 tmp |= value << PM_PLCFG_PLDIS_Pos; in hri_pm_write_PLCFG_PLDIS_bit()