Searched refs:dir (Results 1 – 3 of 3) sorted by relevance
203 #define CHECK_PIN_EXISTS(port, n, dir) \ argument205 bs_trace_error_time_line("%s: Error, attempted to toggle "dir" for nonexistent " \457 uint32_t dir = get_dir(port); in nrf_gpio_eval_input() local459 if ((dir >> n) & 0x1) { /* LCOV_EXCL_START */ in nrf_gpio_eval_input()499 uint32_t dir = get_dir(port); /* Which pins are driven by output */ in nrf_gpio_eval_outputs() local504 uint32_t new_output = dir & out; in nrf_gpio_eval_outputs()514 st->IO_level &= ~dir; in nrf_gpio_eval_outputs()630 uint dir = NRF_GPIO_regs[port].PIN_CNF[n] & GPIO_PIN_CNF_DIR_Msk; in nrf_gpio_regw_sideeffects_PIN_CNF() local632 if (dir != ((NRF_GPIO_regs[port].DIR >> n) & 0x1)) { in nrf_gpio_regw_sideeffects_PIN_CNF()
28 @if [ ! -d $(dir $@) ]; then mkdir -p $(dir $@); fi
65 nrf_gpio_pin_dir_t dir, in nrf_gpio_cfg() argument87 cnf |= ((uint32_t)dir << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_cfg()