You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/libs/libmf/source/libmfuart.h

14 lines
419 B

#ifndef LIBMFUART_H
#define LIBMFUART_H
#include "libmftypes.h"
/*
* UART
*/
extern __reentrantb void uart_timer0_baud(uint8_t clksrc, uint32_t baud, uint32_t clkfreq) __reentrant;
extern __reentrantb void uart_timer1_baud(uint8_t clksrc, uint32_t baud, uint32_t clkfreq) __reentrant;
extern __reentrantb void uart_timer2_baud(uint8_t clksrc, uint32_t baud, uint32_t clkfreq) __reentrant;
#endif /* LIBMFUART_H */

Powered by TurnKey Linux.