![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
Go to the source code of this file.
Functions | |
uint32_t | BOARD_DebugConsoleSrcFreq (void) |
void | BOARD_InitDebugConsole (void) |
void | BOARD_SD_Pin_Config (uint32_t speed, uint32_t strength) |
void | BOARD_MMC_Pin_Config (uint32_t speed, uint32_t strength) |
void | BOARD_ConfigMPU (void) |
void BOARD_ConfigMPU | ( | void | ) |
Definition at line 89 of file board.c.
References BOARD_ACCEL_I2C_BASEADDR, BOARD_ACCEL_I2C_CLOCK_FREQ, BOARD_CODEC_I2C_BASEADDR, BOARD_CODEC_I2C_CLOCK_FREQ, and data.
void BOARD_InitDebugConsole | ( | void | ) |
Definition at line 44 of file board.c.
References BOARD_DEBUG_UART_BAUDRATE, BOARD_DEBUG_UART_INSTANCE, BOARD_DEBUG_UART_TYPE, and BOARD_DebugConsoleSrcFreq().
void BOARD_MMC_Pin_Config | ( | uint32_t | speed, |
uint32_t | strength | ||
) |