Searched refs:nrf_gpio_cfg_input (Results 1 – 4 of 4) sorted by relevance
441 NRF_STATIC_INLINE void nrf_gpio_cfg_input(uint32_t pin_number, nrf_gpio_pin_pull_t pull_config);974 nrf_gpio_cfg_input(pin_range_start, pull_config); in nrf_gpio_range_cfg_input()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() function
112 nrf_gpio_cfg_input(p_config->pselrxd, NRF_GPIO_PIN_NOPULL); in uart_configure()132 nrf_gpio_cfg_input(p_config->pselcts, NRF_GPIO_PIN_NOPULL); in uart_configure()
98 nrf_gpio_cfg_input(p_config->miso_pin, p_config->miso_pull); in pins_configure()
102 nrf_gpio_cfg_input(pin_number, pull_config); in nrfy_gpio_cfg_input()