![]() |
Arduino Core for STM32
1.0
|
This is the complete list of members for HardwareSerial, including all inherited members.
| __FLOATING_ONLY__(T, Stream &) operator>>(T &val) | Stream | inline |
| __FLOATING_ONLY__(T, T) inline parseNum() | Stream | inline |
| __FLOATING_ONLY__(T, T) parseNum(char skipChar) | Stream | inlineprotected |
| __INTEGER_ONLY__(T, Stream &) operator>>(T &val) | Stream | inline |
| __INTEGER_ONLY__(T, T) inline parseNum() | Stream | inline |
| __INTEGER_ONLY__(T, T) parseNum(char skipChar) | Stream | inlineprotected |
| Print::__INTEGER_ONLY__(T, size_t) inline write(T val) | inline | |
| __SIGNED_INTEGER_ONLY__(T, size_t) print(T n | ||
| _startMillis | Stream | protected |
| _timeout | Stream | protected |
| _uart | HardwareSerial | protected |
| _width | Stream | protected |
| abortDMARx() | HardwareSerial | protected |
| abortDMATx() | HardwareSerial | protected |
| addThisToInstArr() | HardwareSerial | protected |
| available(void) override | HardwareSerial | virtual |
| availableForWrite() | inlinevirtual | |
| availableUARTsCount | HardwareSerial | protectedstatic |
| base | ||
| baudRate(void) | HardwareSerial | inline |
| begin() | HardwareSerial | |
| begin(unsigned long baud) | HardwareSerial | |
| begin(unsigned long baud, SerialMode mode) | HardwareSerial | |
| begin(SerialConfig config) | HardwareSerial | |
| begin(unsigned long baud, SerialConfig config) | HardwareSerial | |
| begin(SerialConfig config, AdvSerialConfig advConfig) | HardwareSerial | |
| begin(unsigned long baud, AdvSerialConfig advConfig) | HardwareSerial | |
| begin(unsigned long baud, SerialConfig config, AdvSerialConfig advConfig) | HardwareSerial | |
| begin(unsigned long baud, SerialMode mode, AdvSerialConfig advConfig) | HardwareSerial | |
| begin(unsigned long baud, SerialConfig config, SerialMode mode, AdvSerialConfig advConfig) | HardwareSerial | |
| bufferOverflowed() | HardwareSerial | |
| clearWriteError() | inline | |
| connectDMAtoRx(DMA_HandleTypeDef &DMA_handle) | HardwareSerial | |
| connectDMAtoTx(DMA_HandleTypeDef &DMA_handle) | HardwareSerial | |
| disconnectDMAfromRx() | HardwareSerial | inline |
| disconnectDMAfromRx(bool startRxIT=true) | HardwareSerial | protected |
| disconnectDMAfromTx() | HardwareSerial | |
| end() | HardwareSerial | |
| find(const char *target) | Stream | |
| find(uint8_t *target) | Stream | inline |
| find(const char *target, size_t length) | Stream | |
| find(const uint8_t *target, size_t length) | Stream | inline |
| find(char target) | Stream | inline |
| findUntil(const char *target, const char *terminator) | Stream | |
| findUntil(const uint8_t *target, const char *terminator) | Stream | inline |
| findUntil(const char *target, size_t targetLen, const char *terminate, size_t termLen) | Stream | |
| findUntil(const uint8_t *target, size_t targetLen, const char *terminate, size_t termLen) | Stream | inline |
| flush(uint32_t timeout=0) | HardwareSerial | |
| getAvailableUARTsCount() | HardwareSerial | static |
| getClockInstFrequency() | HardwareSerial | |
| getHAL_UART_Struct() | HardwareSerial | inline |
| getRxBufferSize() | HardwareSerial | inline |
| getUARTIndex(USART_TypeDef *instance) | HardwareSerial | static |
| getUARTInstances() | HardwareSerial | static |
| getWriteError() | inline | |
| handleRxFullCallback(USART_TypeDef *instance) | HardwareSerial | inlinestatic |
| handleRxFullCallback(uint32_t UARTIndex) | HardwareSerial | inlinestatic |
| handleTxDoneCallback(USART_TypeDef *instance) | HardwareSerial | inlinestatic |
| handleTxDoneCallback(uint32_t UARTIndex) | HardwareSerial | inlinestatic |
| HardwareSerial(UART_HandleTypeDef &uart) | HardwareSerial | |
| hasError(void) | HardwareSerial | inline |
| instanceExists() | HardwareSerial | inline |
| instances | HardwareSerial | protectedstatic |
| isDMAconnectedToRx(void) | HardwareSerial | |
| isDMAconnectedToTx(void) | HardwareSerial | |
| isRxEnabled(void) | HardwareSerial | inline |
| isSending() | HardwareSerial | |
| isTxEnabled(void) | HardwareSerial | inline |
| operator bool() const | HardwareSerial | inline |
| operator<<(T value) | inline | |
| operator>>(char &c) | Stream | |
| operator>>(char *buffer) | Stream | |
| operator>>(uint8_t *buffer) | Stream | |
| parseFloat() | Stream | inline |
| parseFloat(char skipChar) | Stream | inlineprotected |
| parseInt() | Stream | inline |
| parseInt(char skipChar) | Stream | inlineprotected |
| peek(void) override | HardwareSerial | virtual |
| peekNextDigit() | Stream | protected |
| print(const String &s) | ||
| print(const char str[]) | ||
| print(char c) | ||
| Print() | inline | |
| printf(const char *format,...) __attribute__((format(printf | ||
| println(const String &s) | ||
| println(const char[]) | ||
| println(char) | ||
| println(void) | ||
| read(void) override | HardwareSerial | virtual |
| read(char *buffer, size_t size) | HardwareSerial | |
| read(uint8_t *buffer, size_t size) | HardwareSerial | inline |
| readBytes(char *buffer, size_t size) override | HardwareSerial | virtual |
| readBytes(uint8_t *buffer, size_t size) override | HardwareSerial | inlinevirtual |
| readBytesUntil(char terminator, char *buffer, size_t length) | Stream | |
| readBytesUntil(char terminator, uint8_t *buffer, size_t length) | Stream | inline |
| removeThisFromInstArr() | HardwareSerial | protected |
| rxBuf | HardwareSerial | protected |
| RxBufferReadPos | HardwareSerial | protected |
| rxBufOVFCNT | HardwareSerial | protected |
| setTimeout(unsigned long timeout) | Stream | |
| setWriteDoneCallback(void(*WriteDoneCallback_)()) | HardwareSerial | |
| setWriteError(int err=1) | inlineprotected | |
| Stream() | Stream | inline |
| timedPeek() | Stream | protected |
| timedRead() | Stream | protected |
| UART_EndRxTransfer(UART_HandleTypeDef *huart) | HardwareSerial | protected |
| UART_EndTxTransfer(UART_HandleTypeDef *huart) | HardwareSerial | protected |
| UART_RxFullCallback() | HardwareSerial | protected |
| updateBaudRate(unsigned long baud) | HardwareSerial | |
| width(size_t width_) | Stream | virtual |
| widthCheck(size_t width_) override | HardwareSerial | protectedvirtual |
| write(uint8_t c) override | HardwareSerial | virtual |
| write(const uint8_t *buffer, size_t size) override | HardwareSerial | virtual |
| write(uint8_t byte)=0 | HardwareSerial | |
| write(const char *str) | HardwareSerial | inline |
| write(const uint8_t *buffer, size_t size) | HardwareSerial | |
| write(const char *buffer, size_t size) | HardwareSerial | inline |
| Stream::write(const char *str) | inline | |
| Stream::write(const char *buffer, size_t size) | inline | |
| WriteDoneCallback | HardwareSerial | protected |
| writeNonBlocking(const uint8_t *buffer, size_t size) | HardwareSerial | |
| writeNonBlocking(const char *buffer, size_t size) | HardwareSerial | |
| ~HardwareSerial() | HardwareSerial |