Home
last modified time | relevance | path

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

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