Lines Matching defs:p_reg
132 NRFY_STATIC_INLINE void nrfy_nfct_int_init(NRF_NFCT_Type * p_reg, in nrfy_nfct_int_init()
175 NRFY_STATIC_INLINE void nrfy_nfct_int_uninit(NRF_NFCT_Type * p_reg) in nrfy_nfct_int_uninit()
195 NRFY_STATIC_INLINE uint32_t nrfy_nfct_events_process(NRF_NFCT_Type * p_reg, uint32_t mask) in nrfy_nfct_events_process()
208 NRFY_STATIC_INLINE void nrfy_nfct_parameters_save(NRF_NFCT_Type const * p_reg, in nrfy_nfct_parameters_save()
227 NRFY_STATIC_INLINE void nrfy_nfct_parameters_restore(NRF_NFCT_Type * p_reg, in nrfy_nfct_parameters_restore()
250 NRFY_STATIC_INLINE void nrfy_nfct_rxtx_buffer_set(NRF_NFCT_Type * p_reg, in nrfy_nfct_rxtx_buffer_set()
265 NRFY_STATIC_INLINE void nrfy_nfct_task_trigger(NRF_NFCT_Type * p_reg, nrf_nfct_task_t task) in nrfy_nfct_task_trigger()
272 NRFY_STATIC_INLINE uint32_t nrfy_nfct_task_address_get(NRF_NFCT_Type const * p_reg, in nrfy_nfct_task_address_get()
279 NRFY_STATIC_INLINE void nrfy_nfct_event_clear(NRF_NFCT_Type * p_reg, nrf_nfct_event_t event) in nrfy_nfct_event_clear()
286 NRFY_STATIC_INLINE bool nrfy_nfct_event_check(NRF_NFCT_Type const * p_reg, nrf_nfct_event_t event) in nrfy_nfct_event_check()
295 NRFY_STATIC_INLINE void nrfy_nfct_shorts_enable(NRF_NFCT_Type * p_reg, uint32_t short_mask) in nrfy_nfct_shorts_enable()
302 NRFY_STATIC_INLINE void nrfy_nfct_shorts_disable(NRF_NFCT_Type * p_reg, uint32_t short_mask) in nrfy_nfct_shorts_disable()
309 NRFY_STATIC_INLINE uint32_t nrfy_nfct_shorts_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_shorts_get()
318 NRFY_STATIC_INLINE void nrfy_nfct_shorts_set(NRF_NFCT_Type * p_reg, uint32_t short_mask) in nrfy_nfct_shorts_set()
325 NRFY_STATIC_INLINE void nrfy_nfct_int_enable(NRF_NFCT_Type * p_reg, uint32_t mask) in nrfy_nfct_int_enable()
332 NRFY_STATIC_INLINE uint32_t nrfy_nfct_int_enable_check(NRF_NFCT_Type const * p_reg, uint32_t mask) in nrfy_nfct_int_enable_check()
341 NRFY_STATIC_INLINE uint32_t nrfy_nfct_int_enable_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_int_enable_get()
350 NRFY_STATIC_INLINE void nrfy_nfct_int_disable(NRF_NFCT_Type * p_reg, uint32_t mask) in nrfy_nfct_int_disable()
358 NRFY_STATIC_INLINE void nrfy_nfct_mod_ctrl_pin_set(NRF_NFCT_Type * p_reg, uint32_t mod_ctrl_pin) in nrfy_nfct_mod_ctrl_pin_set()
365 NRFY_STATIC_INLINE uint32_t nrfy_nfct_mod_ctrl_pin_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_mod_ctrl_pin_get()
376 NRFY_STATIC_INLINE void nrfy_nfct_modulation_output_set(NRF_NFCT_Type * p_reg, in nrfy_nfct_modulation_output_set()
385 nrf_nfct_modulation_ctrl_t nrfy_nfct_modulation_output_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_modulation_output_get()
395 NRFY_STATIC_INLINE uint32_t nrfy_nfct_error_status_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_error_status_get()
404 NRFY_STATIC_INLINE void nrfy_nfct_error_status_clear(NRF_NFCT_Type * p_reg, uint32_t error_flag) in nrfy_nfct_error_status_clear()
411 NRFY_STATIC_INLINE uint32_t nrfy_nfct_rx_frame_status_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_rx_frame_status_get()
420 NRFY_STATIC_INLINE void nrfy_nfct_rx_frame_status_clear(NRF_NFCT_Type * p_reg, in nrfy_nfct_rx_frame_status_clear()
429 NRFY_STATIC_INLINE nrf_nfct_tag_state_t nrfy_nfct_tag_state_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_tag_state_get()
440 NRFY_STATIC_INLINE nrf_nfct_sleep_state_t nrfy_nfct_sleep_state_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_sleep_state_get()
450 NRFY_STATIC_INLINE uint8_t nrfy_nfct_field_status_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_field_status_get()
459 NRFY_STATIC_INLINE uint16_t nrfy_nfct_frame_delay_min_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_frame_delay_min_get()
468 NRFY_STATIC_INLINE void nrfy_nfct_frame_delay_min_set(NRF_NFCT_Type * p_reg, in nrfy_nfct_frame_delay_min_set()
476 NRFY_STATIC_INLINE uint32_t nrfy_nfct_frame_delay_max_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_frame_delay_max_get()
485 NRFY_STATIC_INLINE void nrfy_nfct_frame_delay_max_set(NRF_NFCT_Type * p_reg, in nrfy_nfct_frame_delay_max_set()
494 nrf_nfct_frame_delay_mode_t nrfy_nfct_frame_delay_mode_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_frame_delay_mode_get()
503 NRFY_STATIC_INLINE void nrfy_nfct_frame_delay_mode_set(NRF_NFCT_Type * p_reg, in nrfy_nfct_frame_delay_mode_set()
511 NRFY_STATIC_INLINE uint8_t * nrfy_nfct_rxtx_buffer_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_rxtx_buffer_get()
520 NRFY_STATIC_INLINE uint16_t nrfy_nfct_max_rxtx_length_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_max_rxtx_length_get()
529 NRFY_STATIC_INLINE uint8_t nrfy_nfct_tx_frame_config_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_tx_frame_config_get()
538 NRFY_STATIC_INLINE void nrfy_nfct_tx_frame_config_set(NRF_NFCT_Type * p_reg, uint8_t flags) in nrfy_nfct_tx_frame_config_set()
545 NRFY_STATIC_INLINE uint16_t nrfy_nfct_tx_bits_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_tx_bits_get()
554 NRFY_STATIC_INLINE void nrfy_nfct_tx_bits_set(NRF_NFCT_Type * p_reg, uint16_t tx_bits) in nrfy_nfct_tx_bits_set()
561 NRFY_STATIC_INLINE uint8_t nrfy_nfct_rx_frame_config_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_rx_frame_config_get()
570 NRFY_STATIC_INLINE void nrfy_nfct_rx_frame_config_set(NRF_NFCT_Type * p_reg, uint8_t flags) in nrfy_nfct_rx_frame_config_set()
577 NRFY_STATIC_INLINE uint16_t nrfy_nfct_rx_bits_get(NRF_NFCT_Type const * p_reg, bool crc_excluded) in nrfy_nfct_rx_bits_get()
587 nrf_nfct_sensres_nfcid1_size_t nrfy_nfct_nfcid1_get(NRF_NFCT_Type const * p_reg, in nrfy_nfct_nfcid1_get()
597 NRFY_STATIC_INLINE void nrfy_nfct_nfcid1_set(NRF_NFCT_Type * p_reg, in nrfy_nfct_nfcid1_set()
607 NRFY_STATIC_INLINE bool nrfy_nfct_autocolres_is_enabled(NRF_NFCT_Type const * p_reg) in nrfy_nfct_autocolres_is_enabled()
616 NRFY_STATIC_INLINE void nrfy_nfct_autocolres_enable(NRF_NFCT_Type * p_reg) in nrfy_nfct_autocolres_enable()
623 NRFY_STATIC_INLINE void nrfy_nfct_autocolres_disable(NRF_NFCT_Type * p_reg) in nrfy_nfct_autocolres_disable()
632 nrf_nfct_sensres_nfcid1_size_t nrfy_nfct_sensres_nfcid1_size_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_sensres_nfcid1_size_get()
642 void nrfy_nfct_sensres_nfcid1_size_set(NRF_NFCT_Type * p_reg, in nrfy_nfct_sensres_nfcid1_size_set()
651 nrf_nfct_sensres_bit_frame_sdd_t nrfy_nfct_sensres_bit_frame_sdd_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_sensres_bit_frame_sdd_get()
661 void nrfy_nfct_sensres_bit_frame_sdd_set(NRF_NFCT_Type * p_reg, in nrfy_nfct_sensres_bit_frame_sdd_set()
670 nrfy_nfct_sensres_platform_config_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_sensres_platform_config_get()
680 void nrfy_nfct_sensres_platform_config_set(NRF_NFCT_Type * p_reg, in nrfy_nfct_sensres_platform_config_set()
688 NRFY_STATIC_INLINE bool nrfy_nfct_selres_cascade_check(NRF_NFCT_Type const * p_reg) in nrfy_nfct_selres_cascade_check()
698 nrf_nfct_selres_protocol_t nrfy_nfct_selres_protocol_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_selres_protocol_get()
707 NRFY_STATIC_INLINE void nrfy_nfct_selres_protocol_set(NRF_NFCT_Type * p_reg, in nrfy_nfct_selres_protocol_set()
715 NRFY_STATIC_INLINE uint32_t nrfy_nfct_selres_get(NRF_NFCT_Type const * p_reg) in nrfy_nfct_selres_get()
724 NRFY_STATIC_INLINE void nrfy_nfct_selres_set(NRF_NFCT_Type * p_reg, uint32_t selres) in nrfy_nfct_selres_set()
732 NRFY_STATIC_INLINE bool nrfy_nfct_pad_config_enable_check(NRF_NFCT_Type const * p_reg) in nrfy_nfct_pad_config_enable_check()
741 NRFY_STATIC_INLINE void nrfy_nfct_pad_config_enable_set(NRF_NFCT_Type * p_reg, bool enable) in nrfy_nfct_pad_config_enable_set()
750 NRFY_STATIC_INLINE void nrfy_nfct_bias_config_get(NRF_NFCT_Type const * p_reg, in nrfy_nfct_bias_config_get()
759 NRFY_STATIC_INLINE void nrfy_nfct_bias_config_set(NRF_NFCT_Type * p_reg, in nrfy_nfct_bias_config_set()
769 NRFY_STATIC_INLINE void __nrfy_internal_nfct_event_enabled_clear(NRF_NFCT_Type * p_reg, in __nrfy_internal_nfct_event_enabled_clear()
779 NRFY_STATIC_INLINE bool __nrfy_internal_nfct_event_handle(NRF_NFCT_Type * p_reg, in __nrfy_internal_nfct_event_handle()
797 NRFY_STATIC_INLINE uint32_t __nrfy_internal_nfct_events_process(NRF_NFCT_Type * p_reg, uint32_t mas… in __nrfy_internal_nfct_events_process()