minipix_uart_interface
A library and examples for the MiniPIX UART interface
gatherer_interface_stm.h File Reference
#include <gatherer_interface.h>
#include <minipix_interface_stm.h>
+ 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_
 

Function Documentation

◆ gatherer_stm_sendChar()

void gatherer_stm_sendChar ( const uint8_t  char_out)

◆ gatherer_stm_sendString()

void gatherer_stm_sendString ( const uint8_t *  str_out,
const uint16_t  len 
)

◆ gatherer_stm_setUart()

void gatherer_stm_setUart ( UART_HandleTypeDef *  huart_gatherer)

Variable Documentation

◆ gatherer_handler_

Gatherer_Handler_t gatherer_handler_

◆ huart_gatherer_ptr_

UART_HandleTypeDef* huart_gatherer_ptr_