Searched refs:Y (Results 1 – 2 of 2) sorted by relevance
/nrf_hw_models-3.6.0/src/HW_models/ |
D | NRF_GPIO_backend.h | 21 void nrf_gpio_backend_register_short(uint8_t X, uint8_t x, uint8_t Y, uint8_t y);
|
D | NRF_GPIO_backend.c | 255 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()
|