Lines Matching defs:p_reg

778 NRF_STATIC_INLINE void nrf_twim_task_trigger(NRF_TWIM_Type * p_reg,  in nrf_twim_task_trigger()
784 NRF_STATIC_INLINE uint32_t nrf_twim_task_address_get(NRF_TWIM_Type const * p_reg, in nrf_twim_task_address_get()
790 NRF_STATIC_INLINE void nrf_twim_event_clear(NRF_TWIM_Type * p_reg, in nrf_twim_event_clear()
797 NRF_STATIC_INLINE bool nrf_twim_event_check(NRF_TWIM_Type const * p_reg, in nrf_twim_event_check()
803 NRF_STATIC_INLINE uint32_t nrf_twim_event_address_get(NRF_TWIM_Type const * p_reg, in nrf_twim_event_address_get()
809 NRF_STATIC_INLINE void nrf_twim_shorts_enable(NRF_TWIM_Type * p_reg, in nrf_twim_shorts_enable()
815 NRF_STATIC_INLINE void nrf_twim_shorts_disable(NRF_TWIM_Type * p_reg, in nrf_twim_shorts_disable()
821 NRF_STATIC_INLINE void nrf_twim_int_enable(NRF_TWIM_Type * p_reg, in nrf_twim_int_enable()
827 NRF_STATIC_INLINE void nrf_twim_int_disable(NRF_TWIM_Type * p_reg, in nrf_twim_int_disable()
833 NRF_STATIC_INLINE uint32_t nrf_twim_int_enable_check(NRF_TWIM_Type const * p_reg, uint32_t mask) in nrf_twim_int_enable_check()
839 NRF_STATIC_INLINE void nrf_twim_subscribe_set(NRF_TWIM_Type * p_reg, in nrf_twim_subscribe_set()
847 NRF_STATIC_INLINE void nrf_twim_subscribe_clear(NRF_TWIM_Type * p_reg, in nrf_twim_subscribe_clear()
853 NRF_STATIC_INLINE void nrf_twim_publish_set(NRF_TWIM_Type * p_reg, in nrf_twim_publish_set()
861 NRF_STATIC_INLINE void nrf_twim_publish_clear(NRF_TWIM_Type * p_reg, in nrf_twim_publish_clear()
868 NRF_STATIC_INLINE void nrf_twim_enable(NRF_TWIM_Type * p_reg) in nrf_twim_enable()
873 NRF_STATIC_INLINE void nrf_twim_disable(NRF_TWIM_Type * p_reg) in nrf_twim_disable()
878 NRF_STATIC_INLINE void nrf_twim_pins_set(NRF_TWIM_Type * p_reg, in nrf_twim_pins_set()
886 NRF_STATIC_INLINE void nrf_twim_scl_pin_set(NRF_TWIM_Type * p_reg, uint32_t pin) in nrf_twim_scl_pin_set()
891 NRF_STATIC_INLINE void nrf_twim_sda_pin_set(NRF_TWIM_Type * p_reg, uint32_t pin) in nrf_twim_sda_pin_set()
896 NRF_STATIC_INLINE uint32_t nrf_twim_scl_pin_get(NRF_TWIM_Type const * p_reg) in nrf_twim_scl_pin_get()
901 NRF_STATIC_INLINE uint32_t nrf_twim_sda_pin_get(NRF_TWIM_Type const * p_reg) in nrf_twim_sda_pin_get()
906 NRF_STATIC_INLINE void nrf_twim_frequency_set(NRF_TWIM_Type * p_reg, in nrf_twim_frequency_set()
912 NRF_STATIC_INLINE uint32_t nrf_twim_errorsrc_get_and_clear(NRF_TWIM_Type * p_reg) in nrf_twim_errorsrc_get_and_clear()
922 NRF_STATIC_INLINE void nrf_twim_address_set(NRF_TWIM_Type * p_reg, in nrf_twim_address_set()
928 NRF_STATIC_INLINE uint8_t nrf_twim_address_get(NRF_TWIM_Type const * p_reg) in nrf_twim_address_get()
933 NRF_STATIC_INLINE void nrf_twim_tx_buffer_set(NRF_TWIM_Type * p_reg, in nrf_twim_tx_buffer_set()
946 NRF_STATIC_INLINE void nrf_twim_rx_buffer_set(NRF_TWIM_Type * p_reg, in nrf_twim_rx_buffer_set()
959 NRF_STATIC_INLINE void nrf_twim_shorts_set(NRF_TWIM_Type * p_reg, in nrf_twim_shorts_set()
965 NRF_STATIC_INLINE uint32_t nrf_twim_shorts_get(NRF_TWIM_Type const * p_reg) in nrf_twim_shorts_get()
970 NRF_STATIC_INLINE size_t nrf_twim_txd_amount_get(NRF_TWIM_Type const * p_reg) in nrf_twim_txd_amount_get()
979 NRF_STATIC_INLINE size_t nrf_twim_rxd_amount_get(NRF_TWIM_Type const * p_reg) in nrf_twim_rxd_amount_get()
989 NRF_STATIC_INLINE size_t nrf_twim_txd_curr_amount_get(NRF_TWIM_Type const * p_reg) in nrf_twim_txd_curr_amount_get()
994 NRF_STATIC_INLINE size_t nrf_twim_rxd_curr_amount_get(NRF_TWIM_Type const * p_reg) in nrf_twim_rxd_curr_amount_get()
1001 NRF_STATIC_INLINE void nrf_twim_tx_list_enable(NRF_TWIM_Type * p_reg) in nrf_twim_tx_list_enable()
1010 NRF_STATIC_INLINE void nrf_twim_tx_list_disable(NRF_TWIM_Type * p_reg) in nrf_twim_tx_list_disable()
1019 NRF_STATIC_INLINE void nrf_twim_rx_list_enable(NRF_TWIM_Type * p_reg) in nrf_twim_rx_list_enable()
1028 NRF_STATIC_INLINE void nrf_twim_rx_list_disable(NRF_TWIM_Type * p_reg) in nrf_twim_rx_list_disable()
1039 NRF_STATIC_INLINE void nrf_twim_rx_pattern_match_enable_set(NRF_TWIM_Type * p_reg, in nrf_twim_rx_pattern_match_enable_set()
1084 NRF_STATIC_INLINE bool nrf_twim_rx_pattern_match_enable_check(NRF_TWIM_Type const * p_reg, in nrf_twim_rx_pattern_match_enable_check()
1112 NRF_STATIC_INLINE void nrf_twim_rx_pattern_match_one_shot_enable(NRF_TWIM_Type * p_reg, in nrf_twim_rx_pattern_match_one_shot_enable()
1136 NRF_STATIC_INLINE void nrf_twim_rx_pattern_match_one_shot_disable(NRF_TWIM_Type * p_reg, in nrf_twim_rx_pattern_match_one_shot_disable()
1160 NRF_STATIC_INLINE bool nrf_twim_rx_pattern_match_one_shot_check(NRF_TWIM_Type const * p_reg, in nrf_twim_rx_pattern_match_one_shot_check()
1188 NRF_STATIC_INLINE void nrf_twim_rx_pattern_match_candidate_set(NRF_TWIM_Type * p_reg, in nrf_twim_rx_pattern_match_candidate_set()
1196 NRF_STATIC_INLINE uint32_t nrf_twim_rx_pattern_match_candidate_get(NRF_TWIM_Type const * p_reg, in nrf_twim_rx_pattern_match_candidate_get()
1205 NRF_STATIC_INLINE void nrf_twim_rx_terminate_on_bus_error_enable_set(NRF_TWIM_Type * p_reg, in nrf_twim_rx_terminate_on_bus_error_enable_set()
1213 NRF_STATIC_INLINE bool nrf_twim_rx_terminate_on_bus_error_check(NRF_TWIM_Type const * p_reg) in nrf_twim_rx_terminate_on_bus_error_check()
1220 NRF_STATIC_INLINE void nrf_twim_tx_terminate_on_bus_error_enable_set(NRF_TWIM_Type * p_reg, in nrf_twim_tx_terminate_on_bus_error_enable_set()
1228 NRF_STATIC_INLINE bool nrf_twim_tx_terminate_on_bus_error_check(NRF_TWIM_Type const * p_reg) in nrf_twim_tx_terminate_on_bus_error_check()