Home
last modified time | relevance | path

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

/nrf_hw_models-3.6.0/src/HW_models/
DNRF_GPIO_backend.h21 void nrf_gpio_backend_register_short(uint8_t X, uint8_t x, uint8_t Y, uint8_t y);
DNRF_GPIO_backend.c255 unsigned long X,x,Y,y; in process_config_line() local
279 Y = strtoul(buf, &endp, 0); in process_config_line()
289 X,x,Y,y); in process_config_line()
290 nrf_gpio_backend_register_short(X, x, Y, y); in process_config_line()