Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_board_nxp_lpcxpresso_1549/src/
A Dboard.c170 static const uint8_t pinButton[NUM_BUTTONS] = {4, 6, 8, 7, 5}; variable
182 Chip_GPIO_SetPinDIRInput(LPC_GPIO, portButton[i], pinButton[i]); in Board_Joystick_Init()
192 if ((Chip_GPIO_GetPinState(LPC_GPIO, portButton[i], pinButton[i])) == 0x00) { in Joystick_GetStatus()

Completed in 2 milliseconds