Lines Matching refs:NRFY_STATIC_INLINE
52 NRFY_STATIC_INLINE void nrfy_gpio_range_cfg_output(uint32_t pin_range_start, in nrfy_gpio_range_cfg_output()
60 NRFY_STATIC_INLINE void nrfy_gpio_range_cfg_input(uint32_t pin_range_start, in nrfy_gpio_range_cfg_input()
69 NRFY_STATIC_INLINE void nrfy_gpio_cfg(uint32_t pin_number, in nrfy_gpio_cfg()
81 NRFY_STATIC_INLINE void nrfy_gpio_reconfigure(uint32_t pin_number, in nrfy_gpio_reconfigure()
93 NRFY_STATIC_INLINE void nrfy_gpio_cfg_output(uint32_t pin_number) in nrfy_gpio_cfg_output()
100 NRFY_STATIC_INLINE void nrfy_gpio_cfg_input(uint32_t pin_number, nrf_gpio_pin_pull_t pull_config) in nrfy_gpio_cfg_input()
107 NRFY_STATIC_INLINE void nrfy_gpio_cfg_default(uint32_t pin_number) in nrfy_gpio_cfg_default()
114 NRFY_STATIC_INLINE void nrfy_gpio_cfg_watcher(uint32_t pin_number) in nrfy_gpio_cfg_watcher()
122 NRFY_STATIC_INLINE void nrfy_gpio_input_disconnect(uint32_t pin_number) in nrfy_gpio_input_disconnect()
130 NRFY_STATIC_INLINE void nrfy_gpio_cfg_sense_input(uint32_t pin_number, in nrfy_gpio_cfg_sense_input()
139 NRFY_STATIC_INLINE void nrfy_gpio_cfg_sense_set(uint32_t pin_number, in nrfy_gpio_cfg_sense_set()
148 NRFY_STATIC_INLINE void nrfy_gpio_pin_dir_set(uint32_t pin_number, nrf_gpio_pin_dir_t direction) in nrfy_gpio_pin_dir_set()
155 NRFY_STATIC_INLINE void nrfy_gpio_pin_set(uint32_t pin_number) in nrfy_gpio_pin_set()
162 NRFY_STATIC_INLINE void nrfy_gpio_pin_clear(uint32_t pin_number) in nrfy_gpio_pin_clear()
169 NRFY_STATIC_INLINE void nrfy_gpio_pin_toggle(uint32_t pin_number) in nrfy_gpio_pin_toggle()
176 NRFY_STATIC_INLINE void nrfy_gpio_pin_write(uint32_t pin_number, uint32_t value) in nrfy_gpio_pin_write()
183 NRFY_STATIC_INLINE uint32_t nrfy_gpio_pin_read(uint32_t pin_number) in nrfy_gpio_pin_read()
192 NRFY_STATIC_INLINE uint32_t nrfy_gpio_pin_out_read(uint32_t pin_number) in nrfy_gpio_pin_out_read()
201 NRFY_STATIC_INLINE nrf_gpio_pin_sense_t nrfy_gpio_pin_sense_get(uint32_t pin_number) in nrfy_gpio_pin_sense_get()
210 NRFY_STATIC_INLINE nrf_gpio_pin_dir_t nrfy_gpio_pin_dir_get(uint32_t pin_number) in nrfy_gpio_pin_dir_get()
219 NRFY_STATIC_INLINE nrf_gpio_pin_input_t nrfy_gpio_pin_input_get(uint32_t pin_number) in nrfy_gpio_pin_input_get()
228 NRFY_STATIC_INLINE nrf_gpio_pin_pull_t nrfy_gpio_pin_pull_get(uint32_t pin_number) in nrfy_gpio_pin_pull_get()
237 NRFY_STATIC_INLINE void nrfy_gpio_port_dir_output_set(NRF_GPIO_Type * p_reg, uint32_t out_mask) in nrfy_gpio_port_dir_output_set()
244 NRFY_STATIC_INLINE void nrfy_gpio_port_dir_input_set(NRF_GPIO_Type * p_reg, uint32_t in_mask) in nrfy_gpio_port_dir_input_set()
251 NRFY_STATIC_INLINE void nrfy_gpio_port_dir_write(NRF_GPIO_Type * p_reg, uint32_t dir_mask) in nrfy_gpio_port_dir_write()
258 NRFY_STATIC_INLINE uint32_t nrfy_gpio_port_dir_read(NRF_GPIO_Type const * p_reg) in nrfy_gpio_port_dir_read()
267 NRFY_STATIC_INLINE uint32_t nrfy_gpio_port_in_read(NRF_GPIO_Type const * p_reg) in nrfy_gpio_port_in_read()
276 NRFY_STATIC_INLINE uint32_t nrfy_gpio_port_out_read(NRF_GPIO_Type const * p_reg) in nrfy_gpio_port_out_read()
285 NRFY_STATIC_INLINE void nrfy_gpio_port_out_write(NRF_GPIO_Type * p_reg, uint32_t value) in nrfy_gpio_port_out_write()
292 NRFY_STATIC_INLINE void nrfy_gpio_port_out_set(NRF_GPIO_Type * p_reg, uint32_t set_mask) in nrfy_gpio_port_out_set()
299 NRFY_STATIC_INLINE void nrfy_gpio_port_out_clear(NRF_GPIO_Type * p_reg, uint32_t clr_mask) in nrfy_gpio_port_out_clear()
306 NRFY_STATIC_INLINE void nrfy_gpio_ports_read(uint32_t start_port, in nrfy_gpio_ports_read()
317 NRFY_STATIC_INLINE void nrfy_gpio_latches_read(uint32_t start_port, in nrfy_gpio_latches_read()
327 NRFY_STATIC_INLINE void nrfy_gpio_latches_read_and_clear(uint32_t start_port, in nrfy_gpio_latches_read_and_clear()
337 NRFY_STATIC_INLINE uint32_t nrfy_gpio_pin_latch_get(uint32_t pin_number) in nrfy_gpio_pin_latch_get()
346 NRFY_STATIC_INLINE void nrfy_gpio_pin_latch_clear(uint32_t pin_number) in nrfy_gpio_pin_latch_clear()
355 NRFY_STATIC_INLINE void nrfy_gpio_pin_control_select(uint32_t pin_number, nrf_gpio_pin_sel_t ctrl) in nrfy_gpio_pin_control_select()
365 NRFY_STATIC_INLINE void nrfy_gpio_pin_clock_set(uint32_t pin_number, bool enable) in nrfy_gpio_pin_clock_set()
372 NRFY_STATIC_INLINE bool nrfy_gpio_pin_clock_check(uint32_t pin_number) in nrfy_gpio_pin_clock_check()
382 NRFY_STATIC_INLINE bool nrfy_gpio_pin_present_check(uint32_t pin_number) in nrfy_gpio_pin_present_check()
388 NRFY_STATIC_INLINE uint32_t nrfy_gpio_pin_port_number_extract(uint32_t * p_pin) in nrfy_gpio_pin_port_number_extract()