Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIOTE.c59 uint8_t polarity; /* Content of the CONFIG[].polarity field */ member
121 switch (sc->polarity) { in nrf_gpiote_TASKS_OUT()
249 switch (sc->polarity) { in nrf_gpiote_input_change_ntf()
358 unsigned int polarity = (NRF_GPIOTE_regs[inst].CONFIG[ch_n] & GPIOTE_CONFIG_POLARITY_Msk) in nrf_gpiote_regw_sideeffects_CONFIG() local
372 sc->polarity = polarity; in nrf_gpiote_regw_sideeffects_CONFIG()
/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpiote.c226 nrf_gpiote_polarity_t polarity) in nrf_gpiote_event_configure() argument
231 ((polarity << GPIOTE_CONFIG_POLARITY_Pos) & GPIOTE_CONFIG_POLARITY_Msk); in nrf_gpiote_event_configure()
253 nrf_gpiote_polarity_t polarity, in nrf_gpiote_task_configure() argument
262 ((polarity << GPIOTE_CONFIG_POLARITY_Pos) & GPIOTE_CONFIG_POLARITY_Msk) | in nrf_gpiote_task_configure()