Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIOTE.c360 unsigned int outinit = (NRF_GPIOTE_regs[inst].CONFIG[ch_n] & GPIOTE_CONFIG_OUTINIT_Msk) in nrf_gpiote_regw_sideeffects_CONFIG() local
379 sc->level = outinit; in nrf_gpiote_regw_sideeffects_CONFIG()
380 nrf_gpio_peri_pin_control(port, pin, 1, 2, 3, NULL, NULL, outinit); in nrf_gpiote_regw_sideeffects_CONFIG()