Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_osc32kctrl_l21.h1052 ((Osc32kctrl *)hw)->OSCULP32K.reg |= OSC32KCTRL_OSCULP32K_WRTLOCK; in hri_osc32kctrl_set_OSCULP32K_WRTLOCK_bit()
1060 tmp = (tmp & OSC32KCTRL_OSCULP32K_WRTLOCK) >> OSC32KCTRL_OSCULP32K_WRTLOCK_Pos; in hri_osc32kctrl_get_OSCULP32K_WRTLOCK_bit()
1069 tmp &= ~OSC32KCTRL_OSCULP32K_WRTLOCK; in hri_osc32kctrl_write_OSCULP32K_WRTLOCK_bit()
1078 ((Osc32kctrl *)hw)->OSCULP32K.reg &= ~OSC32KCTRL_OSCULP32K_WRTLOCK; in hri_osc32kctrl_clear_OSCULP32K_WRTLOCK_bit()
1085 ((Osc32kctrl *)hw)->OSCULP32K.reg ^= OSC32KCTRL_OSCULP32K_WRTLOCK; in hri_osc32kctrl_toggle_OSCULP32K_WRTLOCK_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dosc32kctrl.h264 #define OSC32KCTRL_OSCULP32K_WRTLOCK (_U(0x1) << OSC32KCTRL_OSCULP32K_WRTLOCK_Pos) macro