Searched refs:sense (Results 1 – 3 of 3) sorted by relevance
69 nrf_gpio_pin_sense_t sense) in nrf_gpio_cfg() argument95 ((uint32_t)sense << GPIO_PIN_CNF_SENSE_Pos); in nrf_gpio_cfg()
652 int sense = (NRF_GPIO_regs[port].PIN_CNF[n] & GPIO_PIN_CNF_SENSE_Msk) in nrf_gpio_regw_sideeffects_PIN_CNF() local654 if (((sense >> 1) & 0x1) != ((st->SENSE_mask >> n) & 0x1)) { in nrf_gpio_regw_sideeffects_PIN_CNF()658 if ((sense & 0x1) != ((st->SENSE_inv >> n) & 0x1)) { in nrf_gpio_regw_sideeffects_PIN_CNF()
85 Risky in the sense that adding the equivalent register structures would91 And unnecessary in the sense that the lack of these peripherals can be hidden