Home
last modified time | relevance | path

Searched refs:get_dir (Results 1 – 1 of 1) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.c216 static inline uint32_t get_dir(unsigned int port){ in get_dir() function
324 if (((get_dir(port) >> n) & 0x1) != 1) { in nrf_gpio_peri_change_output()
457 uint32_t dir = get_dir(port); in nrf_gpio_eval_input()
499 uint32_t dir = get_dir(port); /* Which pins are driven by output */ in nrf_gpio_eval_outputs()