 |
TMS320F28335 Library
1.0
Documentation
|
|
Uint16 scitx
SCI-Tx-GPIO for Transmit operation.
int16 SCI_send(SCIInterface, Uint8)
SCI Interface Send data to Tx FIFO.
int int16
16 Bit Variable: - 32.768 .. 32.767
SCI Interface: Assign GPIOs and baudrate to SCI_A / SCI_B / SCI_C.
void SCI_clearRxInterruptFlag(SCIInterface)
SCI Interface clear Rx Interrupt flag.
struct _SCIInterface SCIInterface
SCI Interface: Assign GPIOs and baudrate to SCI_A / SCI_B / SCI_C.
Uint32 baudrate
SCI-baudrate for receive and transmit operation.
Header file for global defines.
int16 SCI_read(SCIInterface, Uint8 *)
SCI Interface Read data from Rx FIFO.
unsigned int Uint16
16 Bit Variable: 0 .. 65.535
unsigned char Uint8
8 Bit Variable: 0 .. 255
Uint16 scirx
SCI-Rx-GPIO for Receive operation.
void SCI_clearTxInterruptFlag(SCIInterface)
SCI Interface clear Tx Interrupt flag.
int16 SCI_setInterruptTx(SCIInterface, void *)
Configure Tx Interrupt of SCI Interface.
int16 init_SCI(SCIInterface)
Initialization of SCI Interface.
int16 SCI_setInterruptRx(SCIInterface, void *)
Configure Rx Interrupt of SCI Interface.
unsigned long Uint32
32 Bit Variable: 0 .. 4.294.967.295
void SCI_interruptAck(void)
Giving interrupts acknowledge to interrupt again.