Reorganizing project
This commit is contained in:
parent
2d6567b1b2
commit
76ba80db36
51 changed files with 139 additions and 266 deletions
19
components/f4ll_c/inc/console_handler.h
Normal file
19
components/f4ll_c/inc/console_handler.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
/*
|
||||
* interrupt.h
|
||||
*
|
||||
* Created on: Aug 29, 2019
|
||||
* Author: abody
|
||||
*/
|
||||
|
||||
#ifndef INTERRUPT_HANDLERS_H_
|
||||
#define INTERRUPT_HANDLERS_H_
|
||||
|
||||
#include "usart.h"
|
||||
#include "f4ll_c/dma_helper.h"
|
||||
|
||||
void HandleConsoleUsartTxDmaIrq(DMAINFO *info, USART_TypeDef *usart);
|
||||
void HandleConsoleUsartIrq(USART_TypeDef *usart);
|
||||
|
||||
void PrintStats(char *buffer, uint8_t id, struct usart_stats *stats, USART_TypeDef *usart, DMAINFO *dmaInfo);
|
||||
|
||||
#endif /* INTERRUPT_HANDLERS_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue