Lines Matching refs:enable
808 NRF_STATIC_INLINE void nrf_grtc_sys_counter_active_set(NRF_GRTC_Type * p_reg, bool enable);
910 NRF_STATIC_INLINE void nrf_grtc_sys_counter_set(NRF_GRTC_Type * p_reg, bool enable);
923 NRF_STATIC_INLINE void nrf_grtc_sys_counter_auto_mode_set(NRF_GRTC_Type * p_reg, bool enable);
956 bool enable);
1069 bool enable);
1622 NRF_STATIC_INLINE void nrf_grtc_sys_counter_active_set(NRF_GRTC_Type * p_reg, bool enable) in nrf_grtc_sys_counter_active_set() argument
1626 (enable ? GRTC_SYSCOUNTER_ACTIVE_ACTIVE_Active : in nrf_grtc_sys_counter_active_set()
1697 NRF_STATIC_INLINE void nrf_grtc_sys_counter_set(NRF_GRTC_Type * p_reg, bool enable) in nrf_grtc_sys_counter_set() argument
1700 ((enable ? GRTC_MODE_SYSCOUNTEREN_Enabled : in nrf_grtc_sys_counter_set()
1704 NRF_STATIC_INLINE void nrf_grtc_sys_counter_auto_mode_set(NRF_GRTC_Type * p_reg, bool enable) in nrf_grtc_sys_counter_auto_mode_set() argument
1707 ((enable ? GRTC_MODE_AUTOEN_CpuActive : in nrf_grtc_sys_counter_auto_mode_set()
1725 bool enable) in nrf_grtc_sys_counter_active_state_request_set() argument
1730 ((enable ? GRTC_KEEPRUNNING_DOMAIN0_Active : in nrf_grtc_sys_counter_active_state_request_set()
1735 ((enable ? GRTC_KEEPRUNNING_REQUEST0_Active : in nrf_grtc_sys_counter_active_state_request_set()
1809 bool enable) in nrf_grtc_clkout_set() argument
1811 if (enable) in nrf_grtc_clkout_set()