Searched refs:direction (Results 1 – 3 of 3) sorted by relevance
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() argument150 nrf_gpio_pin_dir_set(pin_number, direction); in nrfy_gpio_pin_dir_set()
507 NRF_STATIC_INLINE void nrf_gpio_pin_dir_set(uint32_t pin_number, nrf_gpio_pin_dir_t direction);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() argument1153 if (direction == NRF_GPIO_PIN_DIR_INPUT) in nrf_gpio_pin_dir_set()
76 - Added optimized functions for reading inputs, writing outputs and configuring direction of GPIO p…