Searched refs:OSC32KCTRL_OSC32K_ONDEMAND (Results 1 – 2 of 2) sorted by relevance
832 ((Osc32kctrl *)hw)->OSC32K.reg |= OSC32KCTRL_OSC32K_ONDEMAND; in hri_osc32kctrl_set_OSC32K_ONDEMAND_bit()840 tmp = (tmp & OSC32KCTRL_OSC32K_ONDEMAND) >> OSC32KCTRL_OSC32K_ONDEMAND_Pos; in hri_osc32kctrl_get_OSC32K_ONDEMAND_bit()849 tmp &= ~OSC32KCTRL_OSC32K_ONDEMAND; in hri_osc32kctrl_write_OSC32K_ONDEMAND_bit()858 ((Osc32kctrl *)hw)->OSC32K.reg &= ~OSC32KCTRL_OSC32K_ONDEMAND; in hri_osc32kctrl_clear_OSC32K_ONDEMAND_bit()865 ((Osc32kctrl *)hw)->OSC32K.reg ^= OSC32KCTRL_OSC32K_ONDEMAND; in hri_osc32kctrl_toggle_OSC32K_ONDEMAND_bit()
233 #define OSC32KCTRL_OSC32K_ONDEMAND (_U(0x1) << OSC32KCTRL_OSC32K_ONDEMAND_Pos) macro