Lines Matching refs:NRFY_STATIC_INLINE
44 NRFY_STATIC_INLINE void __nrfy_internal_rramc_event_enabled_clear(NRF_RRAMC_Type * p_reg,
48 NRFY_STATIC_INLINE uint32_t __nrfy_internal_rramc_event_handle(NRF_RRAMC_Type * p_reg,
52 NRFY_STATIC_INLINE uint32_t __nrfy_internal_rramc_events_process(NRF_RRAMC_Type * p_reg,
55 NRFY_STATIC_INLINE void __nrfy_internal_rramc_write_enable_set(NRF_RRAMC_Type * p_reg, bool enable);
57 NRFY_STATIC_INLINE void __nrfy_internal_rramc_byte_write(NRF_RRAMC_Type * p_reg,
61 NRFY_STATIC_INLINE void __nrfy_internal_rramc_word_write(NRF_RRAMC_Type * p_reg,
65 NRFY_STATIC_INLINE bool __nrfy_internal_rramc_is_otp_word_writable(uint32_t index);
108 NRFY_STATIC_INLINE void nrfy_rramc_configure(NRF_RRAMC_Type * p_reg, in nrfy_rramc_configure()
129 NRFY_STATIC_INLINE void nrfy_rramc_int_init(NRF_RRAMC_Type * p_reg, in nrfy_rramc_int_init()
154 NRFY_STATIC_INLINE void nrfy_rramc_int_uninit(NRF_RRAMC_Type * p_reg) in nrfy_rramc_int_uninit()
169 NRFY_STATIC_INLINE uint32_t nrfy_rramc_events_process(NRF_RRAMC_Type * p_reg, uint32_t mask) in nrfy_rramc_events_process()
188 NRFY_STATIC_INLINE void nrfy_rramc_byte_write(NRF_RRAMC_Type * p_reg, in nrfy_rramc_byte_write()
209 NRFY_STATIC_INLINE void nrfy_rramc_bytes_write(NRF_RRAMC_Type * p_reg, in nrfy_rramc_bytes_write()
229 NRFY_STATIC_INLINE uint8_t nrfy_rramc_byte_read(uint32_t address) in nrfy_rramc_byte_read()
248 NRFY_STATIC_INLINE void nrfy_rramc_word_write(NRF_RRAMC_Type * p_reg, in nrfy_rramc_word_write()
269 NRFY_STATIC_INLINE void nrfy_rramc_words_write(NRF_RRAMC_Type * p_reg, in nrfy_rramc_words_write()
291 NRFY_STATIC_INLINE uint32_t nrfy_rramc_word_read(uint32_t address) in nrfy_rramc_word_read()
306 NRFY_STATIC_INLINE void nrfy_rramc_buffer_read(void * dst, in nrfy_rramc_buffer_read()
326 NRFY_STATIC_INLINE uint32_t nrfy_rramc_otp_word_read(uint32_t index) in nrfy_rramc_otp_word_read()
355 NRFY_STATIC_INLINE bool nrfy_rramc_otp_word_write(NRF_RRAMC_Type * p_reg, in nrfy_rramc_otp_word_write()
380 NRFY_STATIC_INLINE void nrfy_rramc_task_trigger(NRF_RRAMC_Type * p_reg, nrf_rramc_task_t task) in nrfy_rramc_task_trigger()
387 NRFY_STATIC_INLINE uint32_t nrfy_rramc_task_address_get(NRF_RRAMC_Type const * p_reg, in nrfy_rramc_task_address_get()
394 NRFY_STATIC_INLINE void nrfy_rramc_event_clear(NRF_RRAMC_Type * p_reg, nrf_rramc_event_t event) in nrfy_rramc_event_clear()
401 NRFY_STATIC_INLINE bool nrfy_rramc_event_check(NRF_RRAMC_Type const * p_reg, in nrfy_rramc_event_check()
411 NRFY_STATIC_INLINE uint32_t nrfy_rramc_event_address_get(NRF_RRAMC_Type const * p_reg, in nrfy_rramc_event_address_get()
418 NRFY_STATIC_INLINE void nrfy_rramc_int_enable(NRF_RRAMC_Type * p_reg, uint32_t mask) in nrfy_rramc_int_enable()
425 NRFY_STATIC_INLINE void nrfy_rramc_int_disable(NRF_RRAMC_Type * p_reg, uint32_t mask) in nrfy_rramc_int_disable()
432 NRFY_STATIC_INLINE uint32_t nrfy_rramc_int_enable_check(NRF_RRAMC_Type const * p_reg, uint32_t mask) in nrfy_rramc_int_enable_check()
442 NRFY_STATIC_INLINE void nrfy_rramc_subscribe_set(NRF_RRAMC_Type * p_reg, in nrfy_rramc_subscribe_set()
451 NRFY_STATIC_INLINE void nrfy_rramc_subscribe_clear(NRF_RRAMC_Type * p_reg, nrf_rramc_task_t task) in nrfy_rramc_subscribe_clear()
458 NRFY_STATIC_INLINE void nrfy_rramc_publish_set(NRF_RRAMC_Type * p_reg, in nrfy_rramc_publish_set()
467 NRFY_STATIC_INLINE void nrfy_rramc_publish_clear(NRF_RRAMC_Type * p_reg, nrf_rramc_event_t event) in nrfy_rramc_publish_clear()
475 NRFY_STATIC_INLINE bool nrfy_rramc_ready_check(NRF_RRAMC_Type * p_reg) in nrfy_rramc_ready_check()
484 NRFY_STATIC_INLINE bool nrfy_rramc_write_ready_check(NRF_RRAMC_Type * p_reg) in nrfy_rramc_write_ready_check()
493 NRFY_STATIC_INLINE uint32_t nrfy_rramc_error_access_addr_get(NRF_RRAMC_Type const * p_reg) in nrfy_rramc_error_access_addr_get()
502 NRFY_STATIC_INLINE bool nrfy_rramc_empty_buffer_check(NRF_RRAMC_Type const * p_reg) in nrfy_rramc_empty_buffer_check()
511 NRFY_STATIC_INLINE void nrfy_rramc_config_get(NRF_RRAMC_Type const * p_reg, in nrfy_rramc_config_get()
520 NRFY_STATIC_INLINE void nrfy_rramc_config_set(NRF_RRAMC_Type * p_reg, in nrfy_rramc_config_set()
532 NRFY_STATIC_INLINE void nrfy_rramc_ready_next_timeout_get(NRF_RRAMC_Type const * p_reg, in nrfy_rramc_ready_next_timeout_get()
541 NRFY_STATIC_INLINE void
550 NRFY_STATIC_INLINE void nrfy_rramc_power_config_get(NRF_RRAMC_Type const * p_reg, in nrfy_rramc_power_config_get()
559 NRFY_STATIC_INLINE void nrfy_rramc_power_config_set(NRF_RRAMC_Type * p_reg, in nrfy_rramc_power_config_set()
567 NRFY_STATIC_INLINE bool nrfy_rramc_erase_all_check(NRF_RRAMC_Type const * p_reg) in nrfy_rramc_erase_all_check()
576 NRFY_STATIC_INLINE void nrfy_rramc_erase_all_set(NRF_RRAMC_Type * p_reg) in nrfy_rramc_erase_all_set()
585 NRFY_STATIC_INLINE void __nrfy_internal_rramc_event_enabled_clear(NRF_RRAMC_Type * p_reg, in __nrfy_internal_rramc_event_enabled_clear()
595 NRFY_STATIC_INLINE uint32_t __nrfy_internal_rramc_event_handle(NRF_RRAMC_Type * p_reg, in __nrfy_internal_rramc_event_handle()
607 NRFY_STATIC_INLINE uint32_t __nrfy_internal_rramc_events_process(NRF_RRAMC_Type * p_reg, in __nrfy_internal_rramc_events_process()
622 NRFY_STATIC_INLINE void __nrfy_internal_rramc_write_enable_set(NRF_RRAMC_Type * p_reg, bool enable) in __nrfy_internal_rramc_write_enable_set()
638 NRFY_STATIC_INLINE void __nrfy_internal_rramc_byte_write(NRF_RRAMC_Type * p_reg, in __nrfy_internal_rramc_byte_write()
651 NRFY_STATIC_INLINE void __nrfy_internal_rramc_word_write(NRF_RRAMC_Type * p_reg, in __nrfy_internal_rramc_word_write()
664 NRFY_STATIC_INLINE bool __nrfy_internal_rramc_is_otp_word_writable(uint32_t index) in __nrfy_internal_rramc_is_otp_word_writable()