Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.c482 static void nrf_gpio_output_change_sideeffects(unsigned int port,unsigned int n, bool value) in nrf_gpio_output_change_sideeffects() function
518 nrf_gpio_output_change_sideeffects(port, n, (new_output >> n) & 0x1); in nrf_gpio_eval_outputs()