Modules | |
Feature definitions | |
Configuration options | |
Functions | |
void | board_init (void) |
This function initializes the board target resources. More... | |
void board_init | ( | void | ) |
This function initializes the board target resources.
This function should be called to ensure proper initialization of the target board hardware connected to the part.
References AT45DBX_CS, AT45DBX_MASTER_MISO, AT45DBX_MASTER_MOSI, AT45DBX_MASTER_SCK, AT86RFX_RST_PIN, AT86RFX_SLP_PIN, AT86RFX_SPI_CS, AT86RFX_SPI_MISO, AT86RFX_SPI_MOSI, AT86RFX_SPI_SCK, GPIO_PUSH_BUTTON_0, GPIO_PUSH_BUTTON_1, GPIO_PUSH_BUTTON_2, ioport_configure_pin(), IOPORT_CREATE_PIN, IOPORT_DIR_INPUT, IOPORT_DIR_OUTPUT, IOPORT_INIT_HIGH, IOPORT_INIT_LOW, IOPORT_INV_ENABLED, IOPORT_LEVEL, IOPORT_PULL_UP, LED0_GPIO, LED1_GPIO, LED2_GPIO, LED3_GPIO, MXT143E_XPLAINED_BACKLIGHT, MXT143E_XPLAINED_CHG, MXT143E_XPLAINED_CS, MXT143E_XPLAINED_DC, MXT143E_XPLAINED_LCD_RESET, MXT143E_XPLAINED_MISO, MXT143E_XPLAINED_MOSI, MXT143E_XPLAINED_SCK, NHD_C12832A1Z_BACKLIGHT, NHD_C12832A1Z_CSN, NHD_C12832A1Z_REGISTER_SELECT, NHD_C12832A1Z_RESETN, NHD_C12832A1Z_SPI_MOSI, NHD_C12832A1Z_SPI_SCK, and sensor_board_init().
Referenced by sensor_platform_init().