|
minipix_uart_interface
A library and examples for the MiniPIX UART interface
|
Include dependency graph for gatherer_interface_stm.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | gatherer_stm_setUart (UART_HandleTypeDef *huart_gatherer) |
| void | gatherer_stm_sendChar (const uint8_t char_out) |
| void | gatherer_stm_sendString (const uint8_t *str_out, const uint16_t len) |
Variables | |
| Gatherer_Handler_t | gatherer_handler_ |
| UART_HandleTypeDef * | huart_gatherer_ptr_ |
| void gatherer_stm_sendChar | ( | const uint8_t | char_out | ) |
| void gatherer_stm_sendString | ( | const uint8_t * | str_out, |
| const uint16_t | len | ||
| ) |
| void gatherer_stm_setUart | ( | UART_HandleTypeDef * | huart_gatherer | ) |
| Gatherer_Handler_t gatherer_handler_ |
| UART_HandleTypeDef* huart_gatherer_ptr_ |