Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpio.c69 nrf_gpio_pin_sense_t sense) in nrf_gpio_cfg() argument
95 ((uint32_t)sense << GPIO_PIN_CNF_SENSE_Pos); in nrf_gpio_cfg()
/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.c652 int sense = (NRF_GPIO_regs[port].PIN_CNF[n] & GPIO_PIN_CNF_SENSE_Msk) in nrf_gpio_regw_sideeffects_PIN_CNF() local
654 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()
/nrf_hw_models-latest/docs/
DREADME.md85 Risky in the sense that adding the equivalent register structures would
91 And unnecessary in the sense that the lack of these peripherals can be hidden