Home
last modified time | relevance | path

Searched refs:RETARGET_TXBUFFER_SIZE (Results 1 – 5 of 5) sorted by relevance

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32_serial.c162 #ifndef RETARGET_TXBUFFER_SIZE
163 #define RETARGET_TXBUFFER_SIZE (1) macro
195 __ALIGN4 static u8 TxBuffer[RETARGET_TXBUFFER_SIZE];
247 #if (RETARGET_TXBUFFER_SIZE > 63) in SERIAL_PutChar()
248 #error RETARGET_TXBUFFER_SIZE shall less than 63 (define in ht32fxxxxx_conf.h). in SERIAL_PutChar()
262 if (TxCount == RETARGET_TXBUFFER_SIZE) in SERIAL_PutChar()
277 …USBDCore_EPTWriteINData((USBD_EPTn_Enum)RETARGET_TX_EPT, (u32 *)&TxBuffer, RETARGET_TXBUFFER_SIZE); in SERIAL_PutChar()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32_serial.c167 #ifndef RETARGET_TXBUFFER_SIZE
168 #define RETARGET_TXBUFFER_SIZE (1) macro
200 __ALIGN4 static u8 TxBuffer[RETARGET_TXBUFFER_SIZE];
252 #if (RETARGET_TXBUFFER_SIZE > 63) in SERIAL_PutChar()
253 #error RETARGET_TXBUFFER_SIZE shall less than 63 (define in ht32fxxxxx_conf.h). in SERIAL_PutChar()
267 if (TxCount == RETARGET_TXBUFFER_SIZE) in SERIAL_PutChar()
282 …USBDCore_EPTWriteINData((USBD_EPTn_Enum)RETARGET_TX_EPT, (u32 *)&TxBuffer, RETARGET_TXBUFFER_SIZE); in SERIAL_PutChar()
/bsp/ht32/ht32f12366/board/inc/
A Dht32f1xxxx_conf.h134 …#define RETARGET_TXBUFFER_SIZE (1) // Use "SERIAL_Flush()" to sent out the buffer data immediately… macro
/bsp/ht32/ht32f52352/board/inc/
A Dht32f5xxxx_conf.h135 …#define RETARGET_TXBUFFER_SIZE (1) // Use "SERIAL_Flush()" to sent out the buffer data immediately… macro
/bsp/ht32/ht32f53252/board/inc/
A Dht32f5xxxx_conf.h135 …#define RETARGET_TXBUFFER_SIZE (1) // Use "SERIAL_Flush()" to sent out the buffer data immediately… macro

Completed in 14 milliseconds