Searched refs:cnf (Results 1 – 1 of 1) sorted by relevance
70 uint32_t cnf = reg->PIN_CNF[pin_number]; in nrf_gpio_cfg() local84 cnf &= ~to_update; in nrf_gpio_cfg()85 cnf |= ((uint32_t)dir << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_cfg()95 reg->PIN_CNF[pin_number] = cnf; in nrf_gpio_cfg()108 uint32_t cnf = reg->PIN_CNF[pin_number]; in nrf_gpio_reconfigure() local120 cnf &= ~to_update; in nrf_gpio_reconfigure()121 cnf |= ((uint32_t)(p_dir ? *p_dir : 0) << GPIO_PIN_CNF_DIR_Pos) | in nrf_gpio_reconfigure()131 reg->PIN_CNF[pin_number] = cnf; in nrf_gpio_reconfigure()