Modules | |
Feature definitions | |
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_ENABLE_NPCS_PIN, AT45DBX_MEM_CNT, AT45DBX_SPI_MISO_FUNCTION, AT45DBX_SPI_MISO_PIN, AT45DBX_SPI_MOSI_FUNCTION, AT45DBX_SPI_MOSI_PIN, AT45DBX_SPI_SCK_FUNCTION, AT45DBX_SPI_SCK_PIN, gpio_configure_pin(), GPIO_DIR_OUTPUT, gpio_enable_module(), gpio_enable_pin_pull_up(), GPIO_INIT_HIGH, GPIO_PUSH_BUTTON_0, GPIO_PUSH_BUTTON_1, LED0_GPIO, LED1_GPIO, LED2_GPIO, LED3_GPIO, MREPEAT, USART_RXD_FUNCTION, USART_RXD_PIN, USART_TXD_FUNCTION, and USART_TXD_PIN.
Referenced by main().