Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_board_nxp_lpcxpresso_1549/src/
A Dboard.c168 #define NUM_BUTTONS 5 macro
169 static const uint8_t portButton[NUM_BUTTONS] = {1, 1, 1, 1, 1};
170 static const uint8_t pinButton[NUM_BUTTONS] = {4, 6, 8, 7, 5};
171 static const uint8_t stateButton[NUM_BUTTONS] = {JOY_UP, JOY_DOWN, JOY_LEFT,
181 for (i = 0; i < NUM_BUTTONS; i++) { in Board_Joystick_Init()
191 for (i = 0; i < NUM_BUTTONS; i++) { in Joystick_GetStatus()

Completed in 2 milliseconds