TMPM4G9
V1.0.0.0
|
Functions | |
int | main (void) |
The main function of TRMOSC demo. More... | |
void | irq_usb_uart_rx (BSPUsbUart uart) |
USB UART reception IRQ. More... | |
void | irq_usb_uart_tx (BSPUsbUart uart) |
USB UART transmit IRQ. More... | |
void | irq_usb_uart_err (BSPUsbUart uart) |
USB UART error IRQ. More... | |
int32_t | IOSCAdjustment (void) |
Adjustment of internal OSC. More... | |
void | InitTRM (void) |
Initialize TRM Function. More... | |
void | InitT32A_Sout (void) |
Initialize T32A Signal Output Function. More... | |
void | InitT32A_RefIn (void) |
Initialize T32A Reference Signal Input Function. More... | |
void | StartCapture (void) |
Start Capture. More... | |
uint32_t | GetCaptureData (void) |
Get Capture Data. More... | |
void | StopCapture (void) |
Stop Capture. More... | |
uint32_t GetCaptureData | ( | void | ) |
Get Capture Data.
- |
Capture | value |
void InitT32A_RefIn | ( | void | ) |
Initialize T32A Reference Signal Input Function.
- |
- |
void InitT32A_Sout | ( | void | ) |
Initialize T32A Signal Output Function.
- |
- |
void InitTRM | ( | void | ) |
Initialize TRM Function.
- |
- |
int32_t IOSCAdjustment | ( | void | ) |
Adjustment of internal OSC.
- |
TRMOSC_DONE,TRMOSC_ERROR,TRMOSC_RUN |
void irq_usb_uart_err | ( | BSPUsbUart | uart | ) |
USB UART error IRQ.
uart | :USB UART. |
- |
void irq_usb_uart_rx | ( | BSPUsbUart | uart | ) |
USB UART reception IRQ.
uart | :USB UART. |
- |
void irq_usb_uart_tx | ( | BSPUsbUart | uart | ) |
USB UART transmit IRQ.
uart | :USB UART. |
- |
int main | ( | void | ) |
The main function of TRMOSC demo.
- |
- |
void StartCapture | ( | void | ) |
Start Capture.
- |
- |
void StopCapture | ( | void | ) |
Stop Capture.
- |
- |