/* Flags available (ORed) for read complete() flags parameter in HDLC mode. * No flags are available in transparent mode and the read complete() flags * parameter has no meaning in transparent mode.
*/ #define QMC_RX_FLAG_HDLC_LAST BIT(11) /* Last in frame */ #define QMC_RX_FLAG_HDLC_FIRST BIT(10) /* First in frame */ #define QMC_RX_FLAG_HDLC_OVF BIT(5) /* Data overflow */ #define QMC_RX_FLAG_HDLC_UNA BIT(4) /* Unaligned (ie. bits received not multiple of 8) */ #define QMC_RX_FLAG_HDLC_ABORT BIT(3) /* Received an abort sequence (seven consecutive ones) */ #define QMC_RX_FLAG_HDLC_CRC BIT(2) /* CRC error */
int qmc_chan_start(struct qmc_chan *chan, int direction); int qmc_chan_stop(struct qmc_chan *chan, int direction); int qmc_chan_reset(struct qmc_chan *chan, int direction);
#endif/* __SOC_FSL_QMC_H__ */
Messung V0.5
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.