Home
last modified time | relevance | path

Searched defs:reg (Results 1 – 4 of 4) sorted by relevance

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpio.c71 NRF_GPIO_Type * reg = nrf_gpio_pin_port_decode(&pin_number); in nrf_gpio_cfg() local
109 NRF_GPIO_Type * reg = nrf_gpio_pin_port_decode(&pin_number); in nrf_gpio_reconfigure() local
185 NRF_GPIO_Type * reg = nrf_gpio_pin_port_decode(&pin_number); in nrf_gpio_pin_dir_set() local
194 NRF_GPIO_Type * reg = nrf_gpio_pin_port_decode(&pin_number); in nrf_gpio_pin_toggle() local
272 NRF_GPIO_Type * reg = nrf_gpio_pin_port_decode(&pin_number); in nrf_gpio_pin_latch_clear() local
Dnrf_gpiote.c54 uint32_t *reg = (uint32_t *)((uintptr_t)p_reg + task); in nrf_gpiote_task_trigger() local
75 uint32_t *reg = (uint32_t *)((uintptr_t)p_reg + event); in nrf_gpiote_event_clear() local
/nrf_hw_models-latest/src/HW_models/
DNHW_PPIB.c120 static void nhw_ppib_hardwired_check(uint32_t reg, uint ppib_ch){ in nhw_ppib_hardwired_check()
DNHW_UART.c282 static inline double nhw_uarte_bit_dur_from_reg(uint32_t reg, int clock_freq) { in nhw_uarte_bit_dur_from_reg()