![]() |
RTOS_MSPM0
1.1
ECE445M starter code
|
Initialize TFLuna2, interrupt synchronization. More...
Go to the source code of this file.
Functions | |
| void | TFLuna2_Init (void(*function)(uint32_t)) |
| Initialize TFLuna2. More... | |
| void | TFLuna2_Format_Standard_mm (void) |
| mm units More... | |
| void | TFLuna2_Format_Standard_cm (void) |
| cm units More... | |
| void | TFLuna2_Format_Pixhawk (void) |
| Pixhawk. More... | |
| void | TFLuna2_Frame_Rate (void) |
| sampling rate More... | |
| void | TFLuna2_SaveSettings (void) |
| save format and rate More... | |
| void | TFLuna2_System_Reset (void) |
| start measurements More... | |
| void | TFLuna2_Output_Enable (void) |
| enable More... | |
| void | TFLuna2_Output_Disable (void) |
| disable More... | |
| void | TFLuna2_SendMessage (const uint8_t msg[]) |
| output message to TFLuna2 More... | |
| uint8_t | TFLuna2_InChar (void) |
| uint32_t | TFLuna2_InStatus (void) |
| uint32_t | TFLuna2_OutStatus (void) |
| void | TFLuna2_OutString (uint8_t *pt) |
| output string to TFLuna2 More... | |
| void | TFLuna2_OutChar (uint8_t data) |
| output character to TFLuna2 More... | |
Initialize TFLuna2, interrupt synchronization.
TFLuna2 initialization. UART2 115200 bps baud, 1 start, 8 data bits, 1 stop, no parity.