Home
last modified time | relevance | path

Searched refs:debug_console_state_struct_t (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.c248 } debug_console_state_struct_t; typedef
256 AT_NONCACHEABLE_SECTION(static debug_console_state_struct_t s_debugConsoleState);
258 static debug_console_state_struct_t s_debugConsoleState;
295 static status_t DbgConsole_SerialManagerPerformTransfer(debug_console_state_struct_t *ioState) in DbgConsole_SerialManagerPerformTransfer()
333 debug_console_state_struct_t *ioState; in DbgConsole_SerialManagerTxCallback()
340 ioState = (debug_console_state_struct_t *)callbackParam; in DbgConsole_SerialManagerTxCallback()
367 debug_console_state_struct_t *ioState; in DbgConsole_SerialManagerTx2Callback()
374 ioState = (debug_console_state_struct_t *)callbackParam; in DbgConsole_SerialManagerTx2Callback()