Lines Matching defs:pin_number
576 uint32_t pin_number, in nrf_gpio_cfg()
593 NRF_STATIC_INLINE void nrf_gpio_cfg_output(uint32_t pin_number) in nrf_gpio_cfg_output()
605 NRF_STATIC_INLINE void nrf_gpio_cfg_input(uint32_t pin_number, nrf_gpio_pin_pull_t pull_config) in nrf_gpio_cfg_input()
617 NRF_STATIC_INLINE void nrf_gpio_cfg_default(uint32_t pin_number) in nrf_gpio_cfg_default()
629 NRF_STATIC_INLINE void nrf_gpio_cfg_watcher(uint32_t pin_number) in nrf_gpio_cfg_watcher()
638 NRF_STATIC_INLINE void nrf_gpio_input_disconnect(uint32_t pin_number) in nrf_gpio_input_disconnect()
647 NRF_STATIC_INLINE void nrf_gpio_cfg_sense_input(uint32_t pin_number, in nrf_gpio_cfg_sense_input()
661 NRF_STATIC_INLINE void nrf_gpio_cfg_sense_set(uint32_t pin_number, in nrf_gpio_cfg_sense_set()
671 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()
691 NRF_STATIC_INLINE void nrf_gpio_pin_set(uint32_t pin_number) in nrf_gpio_pin_set()
699 NRF_STATIC_INLINE void nrf_gpio_pin_clear(uint32_t pin_number) in nrf_gpio_pin_clear()
707 NRF_STATIC_INLINE void nrf_gpio_pin_toggle(uint32_t pin_number) in nrf_gpio_pin_toggle()
717 NRF_STATIC_INLINE void nrf_gpio_pin_write(uint32_t pin_number, uint32_t value) in nrf_gpio_pin_write()
730 NRF_STATIC_INLINE uint32_t nrf_gpio_pin_read(uint32_t pin_number) in nrf_gpio_pin_read()
738 NRF_STATIC_INLINE uint32_t nrf_gpio_pin_out_read(uint32_t pin_number) in nrf_gpio_pin_out_read()
746 NRF_STATIC_INLINE nrf_gpio_pin_sense_t nrf_gpio_pin_sense_get(uint32_t pin_number) in nrf_gpio_pin_sense_get()
755 NRF_STATIC_INLINE nrf_gpio_pin_dir_t nrf_gpio_pin_dir_get(uint32_t pin_number) in nrf_gpio_pin_dir_get()
763 NRF_STATIC_INLINE nrf_gpio_pin_input_t nrf_gpio_pin_input_get(uint32_t pin_number) in nrf_gpio_pin_input_get()
771 NRF_STATIC_INLINE nrf_gpio_pin_pull_t nrf_gpio_pin_pull_get(uint32_t pin_number) in nrf_gpio_pin_pull_get()
884 NRF_STATIC_INLINE uint32_t nrf_gpio_pin_latch_get(uint32_t pin_number) in nrf_gpio_pin_latch_get()
892 NRF_STATIC_INLINE void nrf_gpio_pin_latch_clear(uint32_t pin_number) in nrf_gpio_pin_latch_clear()
901 NRF_STATIC_INLINE void nrf_gpio_pin_mcu_select(uint32_t pin_number, nrf_gpio_pin_mcusel_t mcu) in nrf_gpio_pin_mcu_select()
909 NRF_STATIC_INLINE bool nrf_gpio_pin_present_check(uint32_t pin_number) in nrf_gpio_pin_present_check()
946 uint32_t pin_number = *p_pin; in nrf_gpio_pin_port_number_extract() local