Lines Matching refs:NRFY_STATIC_INLINE

44 NRFY_STATIC_INLINE void __nrfy_internal_gpiote_event_enabled_clear(NRF_GPIOTE_Type *  p_reg,
48 NRFY_STATIC_INLINE bool __nrfy_internal_gpiote_event_handle(NRF_GPIOTE_Type * p_reg,
53 NRFY_STATIC_INLINE uint32_t __nrfy_internal_gpiote_events_process(NRF_GPIOTE_Type * p_reg,
80 NRFY_STATIC_INLINE void nrfy_gpiote_int_init(NRF_GPIOTE_Type * p_reg, in nrfy_gpiote_int_init()
123 NRFY_STATIC_INLINE uint32_t nrfy_gpiote_events_process(NRF_GPIOTE_Type * p_reg, in nrfy_gpiote_events_process()
133 NRFY_STATIC_INLINE void nrfy_gpiote_task_trigger(NRF_GPIOTE_Type * p_reg, nrf_gpiote_task_t task) in nrfy_gpiote_task_trigger()
140 NRFY_STATIC_INLINE uint32_t nrfy_gpiote_task_address_get(NRF_GPIOTE_Type const * p_reg, in nrfy_gpiote_task_address_get()
147 NRFY_STATIC_INLINE bool nrfy_gpiote_event_check(NRF_GPIOTE_Type const * p_reg, in nrfy_gpiote_event_check()
157 NRFY_STATIC_INLINE void nrfy_gpiote_event_clear(NRF_GPIOTE_Type * p_reg, nrf_gpiote_event_t event) in nrfy_gpiote_event_clear()
164 NRFY_STATIC_INLINE uint32_t nrfy_gpiote_event_address_get(NRF_GPIOTE_Type const * p_reg, in nrfy_gpiote_event_address_get()
171 NRFY_STATIC_INLINE void nrfy_gpiote_int_enable(NRF_GPIOTE_Type * p_reg, uint32_t mask) in nrfy_gpiote_int_enable()
178 NRFY_STATIC_INLINE void nrfy_gpiote_int_disable(NRF_GPIOTE_Type * p_reg, uint32_t mask) in nrfy_gpiote_int_disable()
185 NRFY_STATIC_INLINE uint32_t nrfy_gpiote_int_enable_check(NRF_GPIOTE_Type const * p_reg, in nrfy_gpiote_int_enable_check()
196 NRFY_STATIC_INLINE void nrfy_gpiote_subscribe_set(NRF_GPIOTE_Type * p_reg, in nrfy_gpiote_subscribe_set()
205 NRFY_STATIC_INLINE void nrfy_gpiote_subscribe_clear(NRF_GPIOTE_Type * p_reg, in nrfy_gpiote_subscribe_clear()
213 NRFY_STATIC_INLINE void nrfy_gpiote_publish_set(NRF_GPIOTE_Type * p_reg, in nrfy_gpiote_publish_set()
222 NRFY_STATIC_INLINE void nrfy_gpiote_publish_clear(NRF_GPIOTE_Type * p_reg, in nrfy_gpiote_publish_clear()
231 NRFY_STATIC_INLINE void nrfy_gpiote_event_enable(NRF_GPIOTE_Type * p_reg, uint32_t idx) in nrfy_gpiote_event_enable()
238 NRFY_STATIC_INLINE void nrfy_gpiote_event_disable(NRF_GPIOTE_Type * p_reg, uint32_t idx) in nrfy_gpiote_event_disable()
245 NRFY_STATIC_INLINE void nrfy_gpiote_event_configure(NRF_GPIOTE_Type * p_reg, in nrfy_gpiote_event_configure()
255 NRFY_STATIC_INLINE uint32_t nrfy_gpiote_event_pin_get(NRF_GPIOTE_Type const * p_reg, uint32_t idx) in nrfy_gpiote_event_pin_get()
264 NRFY_STATIC_INLINE
275 NRFY_STATIC_INLINE void nrfy_gpiote_task_enable(NRF_GPIOTE_Type * p_reg, uint32_t idx) in nrfy_gpiote_task_enable()
282 NRFY_STATIC_INLINE void nrfy_gpiote_task_disable(NRF_GPIOTE_Type * p_reg, uint32_t idx) in nrfy_gpiote_task_disable()
289 NRFY_STATIC_INLINE void nrfy_gpiote_task_configure(NRF_GPIOTE_Type * p_reg, in nrfy_gpiote_task_configure()
300 NRFY_STATIC_INLINE void nrfy_gpiote_task_force(NRF_GPIOTE_Type * p_reg, in nrfy_gpiote_task_force()
309 NRFY_STATIC_INLINE void nrfy_gpiote_te_default(NRF_GPIOTE_Type * p_reg, uint32_t idx) in nrfy_gpiote_te_default()
316 NRFY_STATIC_INLINE bool nrfy_gpiote_te_is_enabled(NRF_GPIOTE_Type const * p_reg, uint32_t idx) in nrfy_gpiote_te_is_enabled()
325 NRFY_STATIC_INLINE nrf_gpiote_task_t nrfy_gpiote_out_task_get(uint8_t index) in nrfy_gpiote_out_task_get()
332 NRFY_STATIC_INLINE nrf_gpiote_task_t nrfy_gpiote_set_task_get(uint8_t index) in nrfy_gpiote_set_task_get()
340 NRFY_STATIC_INLINE nrf_gpiote_task_t nrfy_gpiote_clr_task_get(uint8_t index) in nrfy_gpiote_clr_task_get()
347 NRFY_STATIC_INLINE nrf_gpiote_event_t nrfy_gpiote_in_event_get(uint8_t index) in nrfy_gpiote_in_event_get()
354 NRFY_STATIC_INLINE void nrfy_gpiote_latency_set(NRF_GPIOTE_Type * p_reg, in nrfy_gpiote_latency_set()
362 NRFY_STATIC_INLINE nrf_gpiote_latency_t nrfy_gpiote_latency_get(NRF_GPIOTE_Type const * p_reg) in nrfy_gpiote_latency_get()
373 NRFY_STATIC_INLINE void __nrfy_internal_gpiote_event_enabled_clear(NRF_GPIOTE_Type * p_reg, in __nrfy_internal_gpiote_event_enabled_clear()
383 NRFY_STATIC_INLINE bool __nrfy_internal_gpiote_event_handle(NRF_GPIOTE_Type * p_reg, in __nrfy_internal_gpiote_event_handle()
400 NRFY_STATIC_INLINE uint32_t __nrfy_internal_gpiote_events_process(NRF_GPIOTE_Type * p_reg, in __nrfy_internal_gpiote_events_process()