minipix_uart_interface
A library and examples for the MiniPIX UART interface
gatherer_interface_stm.c File Reference
+ Include dependency graph for gatherer_interface_stm.c:

Macros

#define USART_TIMEOUT   100
 

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)
 

Macro Definition Documentation

◆ USART_TIMEOUT

#define USART_TIMEOUT   100

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)