|
MAVRK Embedded Software 0.91
Software Libraries for the MAVRK motherboard and related components
|
Functions that setup the MSP430F5438A uC peripherals. More...
#include "MAVRK_Arch.h"#include "stdef.h"#include "F5438_system.h"#include "F5438_CPU.h"#include "F5438_Unified_Clock_system.h"#include "F5438_USCI.h"#include "F5438_Power_Management.h"#include "F5438_RTC.h"#include "F5438_DMA.h"#include "F5438_WDT.h"#include "F5438_ADC12.h"#include "F5438_io.h"#include "F5438_Timer_A.h"#include "F5438_Timer_B.h"#include "F5438_Timer.h"#include "F5438_interrupts.h"#include "F5438_Hardware_Multiplier.h"#include "MAVRK_Common.h"#include "MAVRK_Return_Error_Codes.h"Functions | |
| void | mvk_Init_MSP430 (void) |
| Default initialization for the MSP430. | |
Variables | |
| UART_Port_Parameter_type | UART_Port_Ptr |
| SPI_Port_Parameter_type | SPI_Port_Ptr |
| I2C_Port_Parameter_type | I2C_Port_Ptr |
Functions that setup the MSP430F5438A uC peripherals.
These functions performs default initialization for MSP430F5438 on the MAVRK Pro MB
| void mvk_Init_MSP430 | ( | void | ) |
Default initialization for the MSP430.
This function calls default initializations for the MSP430
1.7.3