Searched defs:pin_number (Results 1 – 1 of 1) sorted by relevance
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()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()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()730 NRF_STATIC_INLINE uint32_t nrf_gpio_pin_read(uint32_t pin_number) in nrf_gpio_pin_read()892 NRF_STATIC_INLINE void nrf_gpio_pin_latch_clear(uint32_t pin_number) in nrf_gpio_pin_latch_clear()[all …]
Completed in 6 milliseconds