Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpiote.c226 nrf_gpiote_polarity_t polarity) in nrf_gpiote_event_configure()
253 nrf_gpiote_polarity_t polarity, in nrf_gpiote_task_configure()
/nrf_hw_models-latest/src/HW_models/
DNRF_GPIOTE.c59 uint8_t polarity; /* Content of the CONFIG[].polarity field */ member
358 unsigned int polarity = (NRF_GPIOTE_regs[inst].CONFIG[ch_n] & GPIOTE_CONFIG_POLARITY_Msk) in nrf_gpiote_regw_sideeffects_CONFIG() local