Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_gpio.h990 uint32_t to_update = GPIO_PIN_CNF_DIR_Msk | in nrf_gpio_cfg() local
1002 cnf &= ~to_update; in nrf_gpio_cfg()
1025 uint32_t to_update = (p_dir ? GPIO_PIN_CNF_DIR_Msk : 0) | in nrf_gpio_reconfigure() local
1036 cnf &= ~to_update; in nrf_gpio_reconfigure()