Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/hal/
A Dnrf_gpio.h453 uint32_t * p_masks);
465 uint32_t * p_masks);
836 uint32_t * p_masks) in nrf_gpio_ports_read() argument
845 *p_masks = nrf_gpio_port_in_read(gpio_regs[i]); in nrf_gpio_ports_read()
846 p_masks++; in nrf_gpio_ports_read()
854 uint32_t * p_masks) in nrf_gpio_latches_read() argument
861 *p_masks = gpio_regs[i]->LATCH; in nrf_gpio_latches_read()
862 p_masks++; in nrf_gpio_latches_read()
875 *p_masks = gpio_regs[i]->LATCH; in nrf_gpio_latches_read_and_clear()
878 gpio_regs[i]->LATCH = *p_masks; in nrf_gpio_latches_read_and_clear()
[all …]

Completed in 4 milliseconds