TMS320F28335 Library  1.0
Documentation
sci.h
Go to the documentation of this file.
_SCIInterface::scitx
Uint16 scitx
SCI-Tx-GPIO for Transmit operation.
Definition: sci.h:11
SCI_send
int16 SCI_send(SCIInterface, Uint8)
SCI Interface Send data to Tx FIFO.
Definition: sci.c:305
int16
int int16
16 Bit Variable: - 32.768 .. 32.767
Definition: global_defines.h:17
_SCIInterface
SCI Interface: Assign GPIOs and baudrate to SCI_A / SCI_B / SCI_C.
Definition: sci.h:9
SCI_clearRxInterruptFlag
void SCI_clearRxInterruptFlag(SCIInterface)
SCI Interface clear Rx Interrupt flag.
Definition: sci.c:363
SCIInterface
struct _SCIInterface SCIInterface
SCI Interface: Assign GPIOs and baudrate to SCI_A / SCI_B / SCI_C.
_SCIInterface::baudrate
Uint32 baudrate
SCI-baudrate for receive and transmit operation.
Definition: sci.h:12
global_defines.h
Header file for global defines.
SCI_read
int16 SCI_read(SCIInterface, Uint8 *)
SCI Interface Read data from Rx FIFO.
Definition: sci.c:334
Uint16
unsigned int Uint16
16 Bit Variable: 0 .. 65.535
Definition: global_defines.h:21
Uint8
unsigned char Uint8
8 Bit Variable: 0 .. 255
Definition: global_defines.h:20
_SCIInterface::scirx
Uint16 scirx
SCI-Rx-GPIO for Receive operation.
Definition: sci.h:10
SCI_clearTxInterruptFlag
void SCI_clearTxInterruptFlag(SCIInterface)
SCI Interface clear Tx Interrupt flag.
Definition: sci.c:388
SCI_setInterruptTx
int16 SCI_setInterruptTx(SCIInterface, void *)
Configure Tx Interrupt of SCI Interface.
Definition: sci.c:213
init_SCI
int16 init_SCI(SCIInterface)
Initialization of SCI Interface.
Definition: sci.c:21
SCI_setInterruptRx
int16 SCI_setInterruptRx(SCIInterface, void *)
Configure Rx Interrupt of SCI Interface.
Definition: sci.c:259
Uint32
unsigned long Uint32
32 Bit Variable: 0 .. 4.294.967.295
Definition: global_defines.h:22
SCI_interruptAck
void SCI_interruptAck(void)
Giving interrupts acknowledge to interrupt again.
Definition: sci.c:413