Searched refs:shorts (Results 1 – 2 of 2) sorted by relevance
45 } shorts[NRF_GPIOS][NRF_GPIO_MAX_PINS_PER_PORT][MAX_SHORTS]; variable67 memset(shorts, UINT8_MAX, sizeof(shorts)); in nrf_gpio_backend_init()132 if (shorts[port][n][i].port == UINT8_MAX) { in nrf_gpio_backend_short_propagate()135 nrf_gpio_eval_input(shorts[port][n][i].port, shorts[port][n][i].pin, value); in nrf_gpio_backend_short_propagate()220 if (shorts[Port_out][Pin_out][i].port == UINT8_MAX) in nrf_gpio_backend_register_short()249 shorts[Port_out][Pin_out][i].port = Port_in; in nrf_gpio_backend_register_short()250 shorts[Port_out][Pin_out][i].pin = Pin_in; in nrf_gpio_backend_register_short()
63 Note that these shorts only work one way: output to input.