Board specific definitions for the nz32-sc151 board. More...
Board specific definitions for the nz32-sc151 board.
Definition in file board.h.
Go to the source code of this file.
Functions | |
void | board_init (void) |
Initialize board specific hardware, including clock, LEDs and std-IO. | |
User LED pin definitions and handlers | |
#define | LED0_PIN GPIO_PIN(PORT_B, 2) |
#define | LED0_MASK (1 << 2) |
#define | LED0_ON (GPIOB->BSRR = LED0_MASK) |
#define | LED0_OFF (GPIOB->BSRR = (LED0_MASK << 16)) |
#define | LED0_TOGGLE (GPIOB->ODR ^= LED0_MASK) |