Home
last modified time | relevance | path

Searched defs:dir (Results 1 – 2 of 2) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.c203 #define CHECK_PIN_EXISTS(port, n, dir) \ argument
457 uint32_t dir = get_dir(port); in nrf_gpio_eval_input() local
499 uint32_t dir = get_dir(port); /* Which pins are driven by output */ in nrf_gpio_eval_outputs() local
630 uint dir = NRF_GPIO_regs[port].PIN_CNF[n] & GPIO_PIN_CNF_DIR_Msk; in nrf_gpio_regw_sideeffects_PIN_CNF() local
/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpio.c65 nrf_gpio_pin_dir_t dir, in nrf_gpio_cfg()