Home
last modified time | relevance | path

Searched defs:cnf (Results 1 – 1 of 1) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_gpio.h988 uint32_t cnf = reg->PIN_CNF[pin_number]; in nrf_gpio_cfg() local
1024 uint32_t cnf = reg->PIN_CNF[pin_number]; in nrf_gpio_reconfigure() local
1063 uint32_t cnf = ((uint32_t)NRF_GPIO_PIN_DIR_OUTPUT << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_port_pin_output_set() local
1090 uint32_t cnf = ((uint32_t)NRF_GPIO_PIN_DIR_INPUT << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_port_pin_input_set() local
1473 uint32_t cnf = reg->PIN_CNF[pin_number] & ~GPIO_PIN_CNF_MCUSEL_Msk; in nrf_gpio_pin_control_select() local
1476 uint32_t cnf = reg->PIN_CNF[pin_number] & ~GPIO_PIN_CNF_CTRLSEL_Msk; in nrf_gpio_pin_control_select() local