Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_pm_l21.h334 ((Pm *)hw)->PLCFG.reg |= PM_PLCFG_PLDIS; in hri_pm_set_PLCFG_PLDIS_bit()
342 tmp = (tmp & PM_PLCFG_PLDIS) >> PM_PLCFG_PLDIS_Pos; in hri_pm_get_PLCFG_PLDIS_bit()
351 tmp &= ~PM_PLCFG_PLDIS; in hri_pm_write_PLCFG_PLDIS_bit()
360 ((Pm *)hw)->PLCFG.reg &= ~PM_PLCFG_PLDIS; in hri_pm_clear_PLCFG_PLDIS_bit()
367 ((Pm *)hw)->PLCFG.reg ^= PM_PLCFG_PLDIS; in hri_pm_toggle_PLCFG_PLDIS_bit()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dpm.h112 #define PM_PLCFG_PLDIS (_U(0x1) << PM_PLCFG_PLDIS_Pos) macro