Searched refs:p_masks (Results 1 – 1 of 1) sorted by relevance
453 uint32_t * p_masks);465 uint32_t * p_masks);836 uint32_t * p_masks) in nrf_gpio_ports_read() argument845 *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() argument861 *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