Home
last modified time | relevance | path

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

/nrf_hw_models-3.6.0/src/HW_models/
DNRF_GPIO_backend.c45 } shorts[NRF_GPIOS][NRF_GPIO_MAX_PINS_PER_PORT][MAX_SHORTS]; variable
67 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()
/nrf_hw_models-3.6.0/docs/
DGPIO.md63 Note that these shorts only work one way: output to input.