Lines Matching defs:pin_number

980     uint32_t             pin_number,  in nrf_gpio_cfg()
1016 NRF_STATIC_INLINE void nrf_gpio_reconfigure(uint32_t pin_number, in nrf_gpio_reconfigure()
1050 NRF_STATIC_INLINE void nrf_gpio_cfg_output(uint32_t pin_number) in nrf_gpio_cfg_output()
1061 NRF_STATIC_INLINE void nrf_gpio_port_pin_output_set(NRF_GPIO_Type * p_reg, uint32_t pin_number) in nrf_gpio_port_pin_output_set()
1075 NRF_STATIC_INLINE void nrf_gpio_cfg_input(uint32_t pin_number, nrf_gpio_pin_pull_t pull_config) in nrf_gpio_cfg_input()
1087 uint32_t pin_number, in nrf_gpio_port_pin_input_set()
1103 NRF_STATIC_INLINE void nrf_gpio_cfg_default(uint32_t pin_number) in nrf_gpio_cfg_default()
1115 NRF_STATIC_INLINE void nrf_gpio_cfg_watcher(uint32_t pin_number) in nrf_gpio_cfg_watcher()
1123 NRF_STATIC_INLINE void nrf_gpio_input_disconnect(uint32_t pin_number) in nrf_gpio_input_disconnect()
1131 NRF_STATIC_INLINE void nrf_gpio_cfg_sense_input(uint32_t pin_number, in nrf_gpio_cfg_sense_input()
1145 NRF_STATIC_INLINE void nrf_gpio_cfg_sense_set(uint32_t pin_number, in nrf_gpio_cfg_sense_set()
1151 NRF_STATIC_INLINE void nrf_gpio_pin_dir_set(uint32_t pin_number, nrf_gpio_pin_dir_t direction) in nrf_gpio_pin_dir_set()
1171 NRF_STATIC_INLINE void nrf_gpio_pin_set(uint32_t pin_number) in nrf_gpio_pin_set()
1179 NRF_STATIC_INLINE void nrf_gpio_pin_clear(uint32_t pin_number) in nrf_gpio_pin_clear()
1187 NRF_STATIC_INLINE void nrf_gpio_pin_toggle(uint32_t pin_number) in nrf_gpio_pin_toggle()
1197 NRF_STATIC_INLINE void nrf_gpio_pin_write(uint32_t pin_number, uint32_t value) in nrf_gpio_pin_write()
1210 uint32_t pin_number, in nrf_gpio_port_pin_write()
1224 NRF_STATIC_INLINE uint32_t nrf_gpio_pin_read(uint32_t pin_number) in nrf_gpio_pin_read()
1231 NRF_STATIC_INLINE bool nrf_gpio_port_pin_read(NRF_GPIO_Type const * p_reg, uint32_t pin_number) in nrf_gpio_port_pin_read()
1236 NRF_STATIC_INLINE uint32_t nrf_gpio_pin_out_read(uint32_t pin_number) in nrf_gpio_pin_out_read()
1244 NRF_STATIC_INLINE nrf_gpio_pin_sense_t nrf_gpio_pin_sense_get(uint32_t pin_number) in nrf_gpio_pin_sense_get()
1253 NRF_STATIC_INLINE nrf_gpio_pin_dir_t nrf_gpio_pin_dir_get(uint32_t pin_number) in nrf_gpio_pin_dir_get()
1261 NRF_STATIC_INLINE nrf_gpio_pin_input_t nrf_gpio_pin_input_get(uint32_t pin_number) in nrf_gpio_pin_input_get()
1269 NRF_STATIC_INLINE nrf_gpio_pin_pull_t nrf_gpio_pin_pull_get(uint32_t pin_number) in nrf_gpio_pin_pull_get()
1372 NRF_STATIC_INLINE bool nrf_gpio_pin_retain_check(uint32_t pin_number) in nrf_gpio_pin_retain_check()
1391 NRF_STATIC_INLINE void nrf_gpio_pin_retain_enable(uint32_t pin_number) in nrf_gpio_pin_retain_enable()
1398 NRF_STATIC_INLINE void nrf_gpio_pin_retain_disable(uint32_t pin_number) in nrf_gpio_pin_retain_disable()
1452 NRF_STATIC_INLINE uint32_t nrf_gpio_pin_latch_get(uint32_t pin_number) in nrf_gpio_pin_latch_get()
1460 NRF_STATIC_INLINE void nrf_gpio_pin_latch_clear(uint32_t pin_number) in nrf_gpio_pin_latch_clear()
1469 NRF_STATIC_INLINE void nrf_gpio_pin_control_select(uint32_t pin_number, nrf_gpio_pin_sel_t ctrl) in nrf_gpio_pin_control_select()
1483 NRF_STATIC_INLINE void nrf_gpio_pin_clock_set(uint32_t pin_number, bool enable) in nrf_gpio_pin_clock_set()
1492 NRF_STATIC_INLINE bool nrf_gpio_pin_clock_check(uint32_t pin_number) in nrf_gpio_pin_clock_check()
1501 NRF_STATIC_INLINE bool nrf_gpio_pin_present_check(uint32_t pin_number) in nrf_gpio_pin_present_check()
1535 uint32_t pin_number = *p_pin; in nrf_gpio_pin_port_number_extract() local