Searched refs:sense (Results 1 – 3 of 3) sorted by relevance
67 nrf_gpio_pin_sense_t sense) in nrf_gpio_cfg() argument93 ((uint32_t)sense << GPIO_PIN_CNF_SENSE_Pos); in nrf_gpio_cfg()
551 int sense = (NRF_GPIO_regs[port].PIN_CNF[n] & GPIO_PIN_CNF_SENSE_Msk) in nrf_gpio_regw_sideeffects_PIN_CNF() local553 if (((sense >> 1) & 0x1) != ((SENSE_mask[port] >> n) & 0x1)) { in nrf_gpio_regw_sideeffects_PIN_CNF()557 if ((sense & 0x1) != ((SENSE_inv[port] >> n) & 0x1)) { in nrf_gpio_regw_sideeffects_PIN_CNF()
82 Risky in the sense that adding the equivalent register structures would88 And unnecessary in the sense that the lack of these peripherals can be hidden