minipix_uart_interface
A library and examples for the MiniPIX UART interface
gatherer_interface_stm.h
Go to the documentation of this file.
1 #ifndef GATHERER_INTERFACE_STM_H
2 #define GATHERER_INTERFACE_STM_H
3 
4 #include <gatherer_interface.h>
5 
6 // need to be able to call the interfaces routines to control the minipix
8 
10 
11 UART_HandleTypeDef *huart_gatherer_ptr_;
12 
13 void gatherer_stm_setUart(UART_HandleTypeDef *huart_gatherer);
14 
15 // hw support
16 void gatherer_stm_sendChar(const uint8_t char_out);
17 void gatherer_stm_sendString(const uint8_t *str_out, const uint16_t len);
18 
19 #endif // GATHERER_INTERFACE_STM_H
minipix_interface_stm.h
gatherer_stm_setUart
void gatherer_stm_setUart(UART_HandleTypeDef *huart_gatherer)
Definition: gatherer_interface_stm.c:5
gatherer_stm_sendString
void gatherer_stm_sendString(const uint8_t *str_out, const uint16_t len)
Definition: gatherer_interface_stm.c:17
huart_gatherer_ptr_
UART_HandleTypeDef * huart_gatherer_ptr_
Definition: gatherer_interface_stm.h:11
gatherer_stm_sendChar
void gatherer_stm_sendChar(const uint8_t char_out)
Definition: gatherer_interface_stm.c:12
Gatherer_Handler_t
Definition: gatherer_interface.h:51
gatherer_handler_
Gatherer_Handler_t gatherer_handler_
Definition: minipix_interface_linux.cpp:6