Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpio.c72 uint32_t cnf = reg->PIN_CNF[pin_number]; in nrf_gpio_cfg()
97 reg->PIN_CNF[pin_number] = cnf; in nrf_gpio_cfg()
110 uint32_t cnf = reg->PIN_CNF[pin_number]; in nrf_gpio_reconfigure()
133 reg->PIN_CNF[pin_number] = cnf; in nrf_gpio_reconfigure()
150 p_reg->PIN_CNF[pin_number] = cnf; in nrf_gpio_port_pin_output_set()
167 p_reg->PIN_CNF[pin_number] = cnf; in nrf_gpio_port_pin_input_set()
/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.c142 NRF_GPIO_regs[p].PIN_CNF[n] = 0x2; /* Disconnected out of reset */ in nrf_gpio_init()
554 NRF_GPIO_regs[port].PIN_CNF[n] &= ~GPIO_PIN_CNF_DIR_Msk; in nrf_gpio_regw_sideeffects_DIR()
555 NRF_GPIO_regs[port].PIN_CNF[n] |= (NRF_GPIO_regs[port].DIR >> n) & 0x1; in nrf_gpio_regw_sideeffects_DIR()
630 uint dir = NRF_GPIO_regs[port].PIN_CNF[n] & GPIO_PIN_CNF_DIR_Msk; in nrf_gpio_regw_sideeffects_PIN_CNF()
645 uint input = (NRF_GPIO_regs[port].PIN_CNF[n] & GPIO_PIN_CNF_INPUT_Msk) in nrf_gpio_regw_sideeffects_PIN_CNF()
652 int sense = (NRF_GPIO_regs[port].PIN_CNF[n] & GPIO_PIN_CNF_SENSE_Msk) in nrf_gpio_regw_sideeffects_PIN_CNF()
DNRF5340_peri_types.h2157 …__IOM uint32_t PIN_CNF[32]; /*!< (@ 0x00000200) Description collection: Configur… member