Home
last modified time | relevance | path

Searched refs:pString (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Duart.h299 STATUS UartRxString(uint8_t *pString, uint8_t MaxStrlen);
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Duart.h301 STATUS UartRxString(uint8_t *pString, uint8_t MaxStrlen);
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/
Duart.h316 STATUS UartRxString(uint8_t *pString, uint8_t MaxStrlen);
/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/
Duart.h308 STATUS UartRxString(uint8_t *pString, uint8_t MaxStrlen);
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Duart.h301 STATUS UartRxString(uint8_t *pString, uint8_t MaxStrlen);
/hal_espressif-3.6.0/components/app_trace/sys_view/SEGGER/
DSEGGER_SYSVIEW.h251 void SEGGER_SYSVIEW_RecordString (unsigned int EventId, const char* pString);
DSEGGER_SYSVIEW.c1606 void SEGGER_SYSVIEW_RecordString(unsigned int EventID, const char* pString) { in SEGGER_SYSVIEW_RecordString() argument
1611 pPayload = _EncodeStr(pPayloadStart, pString, SEGGER_SYSVIEW_MAX_STRING_LEN); in SEGGER_SYSVIEW_RecordString()