Lines Matching refs:NRFY_STATIC_INLINE

44 NRFY_STATIC_INLINE bool __nrfy_internal_pwm_event_handle(NRF_PWM_Type *  p_reg,
49 NRFY_STATIC_INLINE uint32_t __nrfy_internal_pwm_events_process(NRF_PWM_Type * p_reg, uint32_t mask);
51 NRFY_STATIC_INLINE void __nrfy_internal_pwm_event_enabled_clear(NRF_PWM_Type * p_reg,
90 NRFY_STATIC_INLINE void nrfy_pwm_periph_configure(NRF_PWM_Type * p_reg, in nrfy_pwm_periph_configure()
110 NRFY_STATIC_INLINE void nrfy_pwm_int_init(NRF_PWM_Type * p_reg, in nrfy_pwm_int_init()
139 NRFY_STATIC_INLINE void nrfy_pwm_int_uninit(NRF_PWM_Type * p_reg) in nrfy_pwm_int_uninit()
154 NRFY_STATIC_INLINE uint32_t nrfy_pwm_events_process(NRF_PWM_Type * p_reg, uint32_t mask) in nrfy_pwm_events_process()
169 NRFY_STATIC_INLINE void nrfy_pwm_start(NRF_PWM_Type * p_reg, in nrfy_pwm_start()
191 NRFY_STATIC_INLINE void nrfy_pwm_abort(NRF_PWM_Type * p_reg, bool wait) in nrfy_pwm_abort()
209 NRFY_STATIC_INLINE void nrfy_pwm_task_trigger(NRF_PWM_Type * p_reg, in nrfy_pwm_task_trigger()
217 NRFY_STATIC_INLINE uint32_t nrfy_pwm_task_address_get(NRF_PWM_Type const * p_reg, in nrfy_pwm_task_address_get()
224 NRFY_STATIC_INLINE void nrfy_pwm_event_clear(NRF_PWM_Type * p_reg, in nrfy_pwm_event_clear()
232 NRFY_STATIC_INLINE bool nrfy_pwm_event_check(NRF_PWM_Type const * p_reg, in nrfy_pwm_event_check()
242 NRFY_STATIC_INLINE uint32_t nrfy_pwm_event_address_get(NRF_PWM_Type const * p_reg, in nrfy_pwm_event_address_get()
249 NRFY_STATIC_INLINE void nrfy_pwm_shorts_enable(NRF_PWM_Type * p_reg, in nrfy_pwm_shorts_enable()
257 NRFY_STATIC_INLINE void nrfy_pwm_shorts_disable(NRF_PWM_Type * p_reg, in nrfy_pwm_shorts_disable()
265 NRFY_STATIC_INLINE void nrfy_pwm_shorts_set(NRF_PWM_Type * p_reg, in nrfy_pwm_shorts_set()
273 NRFY_STATIC_INLINE void nrfy_pwm_int_enable(NRF_PWM_Type * p_reg, in nrfy_pwm_int_enable()
281 NRFY_STATIC_INLINE void nrfy_pwm_int_disable(NRF_PWM_Type * p_reg, in nrfy_pwm_int_disable()
289 NRFY_STATIC_INLINE void nrfy_pwm_int_set(NRF_PWM_Type * p_reg, in nrfy_pwm_int_set()
297 NRFY_STATIC_INLINE uint32_t nrfy_pwm_int_enable_check(NRF_PWM_Type const * p_reg, uint32_t mask) in nrfy_pwm_int_enable_check()
307 NRFY_STATIC_INLINE void nrfy_pwm_subscribe_set(NRF_PWM_Type * p_reg, in nrfy_pwm_subscribe_set()
316 NRFY_STATIC_INLINE void nrfy_pwm_subscribe_clear(NRF_PWM_Type * p_reg, in nrfy_pwm_subscribe_clear()
324 NRFY_STATIC_INLINE void nrfy_pwm_publish_set(NRF_PWM_Type * p_reg, in nrfy_pwm_publish_set()
333 NRFY_STATIC_INLINE void nrfy_pwm_publish_clear(NRF_PWM_Type * p_reg, in nrfy_pwm_publish_clear()
342 NRFY_STATIC_INLINE void nrfy_pwm_enable(NRF_PWM_Type * p_reg) in nrfy_pwm_enable()
349 NRFY_STATIC_INLINE void nrfy_pwm_disable(NRF_PWM_Type * p_reg) in nrfy_pwm_disable()
356 NRFY_STATIC_INLINE bool nrfy_pwm_enable_check(NRF_PWM_Type * p_reg) in nrfy_pwm_enable_check()
365 NRFY_STATIC_INLINE void nrfy_pwm_pins_set(NRF_PWM_Type * p_reg, in nrfy_pwm_pins_set()
373 NRFY_STATIC_INLINE uint32_t nrfy_pwm_pin_get(NRF_PWM_Type const * p_reg, uint8_t channel) in nrfy_pwm_pin_get()
382 NRFY_STATIC_INLINE void nrfy_pwm_configure(NRF_PWM_Type * p_reg, in nrfy_pwm_configure()
392 NRFY_STATIC_INLINE void nrfy_pwm_sequence_set(NRF_PWM_Type * p_reg, in nrfy_pwm_sequence_set()
402 NRFY_STATIC_INLINE void nrfy_pwm_decoder_set(NRF_PWM_Type * p_reg, in nrfy_pwm_decoder_set()
411 NRFY_STATIC_INLINE void nrfy_pwm_loop_set(NRF_PWM_Type * p_reg, uint16_t loop_count) in nrfy_pwm_loop_set()
418 NRFY_STATIC_INLINE nrf_pwm_task_t nrfy_pwm_seqstart_task_get(uint8_t seq_id) in nrfy_pwm_seqstart_task_get()
424 NRFY_STATIC_INLINE nrf_pwm_event_t nrfy_pwm_seqend_event_get(uint8_t seq_id) in nrfy_pwm_seqend_event_get()
431 NRFY_STATIC_INLINE void nrfy_pwm_channel_idle_set(NRF_PWM_Type * p_reg, in nrfy_pwm_channel_idle_set()
440 NRFY_STATIC_INLINE bool nrfy_pwm_channel_idle_get(NRF_PWM_Type const * p_reg, in nrfy_pwm_channel_idle_get()
449 NRFY_STATIC_INLINE bool __nrfy_internal_pwm_event_handle(NRF_PWM_Type * p_reg, in __nrfy_internal_pwm_event_handle()
467 NRFY_STATIC_INLINE uint32_t __nrfy_internal_pwm_events_process(NRF_PWM_Type * p_reg, uint32_t mask) in __nrfy_internal_pwm_events_process()
482 NRFY_STATIC_INLINE void __nrfy_internal_pwm_event_enabled_clear(NRF_PWM_Type * p_reg, in __nrfy_internal_pwm_event_enabled_clear()