Searched refs:OSC32KCTRL_OSC32K_WRTLOCK (Results 1 – 2 of 2) sorted by relevance
872 ((Osc32kctrl *)hw)->OSC32K.reg |= OSC32KCTRL_OSC32K_WRTLOCK; in hri_osc32kctrl_set_OSC32K_WRTLOCK_bit()880 tmp = (tmp & OSC32KCTRL_OSC32K_WRTLOCK) >> OSC32KCTRL_OSC32K_WRTLOCK_Pos; in hri_osc32kctrl_get_OSC32K_WRTLOCK_bit()889 tmp &= ~OSC32KCTRL_OSC32K_WRTLOCK; in hri_osc32kctrl_write_OSC32K_WRTLOCK_bit()898 ((Osc32kctrl *)hw)->OSC32K.reg &= ~OSC32KCTRL_OSC32K_WRTLOCK; in hri_osc32kctrl_clear_OSC32K_WRTLOCK_bit()905 ((Osc32kctrl *)hw)->OSC32K.reg ^= OSC32KCTRL_OSC32K_WRTLOCK; in hri_osc32kctrl_toggle_OSC32K_WRTLOCK_bit()
238 #define OSC32KCTRL_OSC32K_WRTLOCK (_U(0x1) << OSC32KCTRL_OSC32K_WRTLOCK_Pos) macro