Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/utilities/debug_console/
Dfsl_debug_console.c280 int DbgConsole_SendData(uint8_t *ch, size_t size);
495 int DbgConsole_SendData(uint8_t *ch, size_t size) in DbgConsole_SendData() function
600 sentLength = DbgConsole_SendData(&ch[size - totalLength], (size_t)sendDataLength); in DbgConsole_SendDataReliable()
619 return DbgConsole_SendData(ch, size); in DbgConsole_SendDataReliable()