Searched refs:INPUT_mask (Results 1 – 1 of 1) sorted by relevance
60 static uint32_t INPUT_mask[NRF_GPIOS]; /* As a 32bit mask, PIN_CNF[*].INPUT (0: enabled; 1: disable… variable96 INPUT_mask[p] = UINT32_MAX; /* All disconnected out of reset */ in nrf_gpio_init()153 return (~input_override[port] & ~INPUT_mask[port]) in get_enabled_inputs()534 if (input != ((INPUT_mask[port] >> n) & 0x1)) { in nrf_gpio_regw_sideeffects_PIN_CNF()535 INPUT_mask[port] ^= 1 << n; in nrf_gpio_regw_sideeffects_PIN_CNF()