AN2262 Motorola / Freescale Semiconductor, AN2262 Datasheet - Page 70

no-image

AN2262

Manufacturer Part Number
AN2262
Description
Wireless HC08 Modem
Manufacturer
Motorola / Freescale Semiconductor
Datasheet
AN2262/D
// sending/receiving data
BOOL SCI_TxBuff(BYTE* buff, BYTE len);
BOOL SCI_TxInPlaceSend(BYTE* buff, BYTE len);
BYTE SCI_RxPoll(BYTE* buff, BYTE len);
void SciRx_Off(void);
void SciRx_On(void);
// safe read of SCI received characters count
// it is pure read of global variable now since it is single byte operation
// and no sync is needed (this may change if app is ported)
#define SCI_RxLen() sciRxLen
#endif
70
Wireless HC08 Modem
MOTOROLA

Related parts for AN2262