Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/debug_console/
Dfsl_debug_console.c500 int txBusy = 0; in DbgConsole_SendData() local
509 txBusy = 1; in DbgConsole_SendData()
536 if (txBusy == 0) in DbgConsole_SendData()
/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console/
Dfsl_debug_console.c501 int txBusy = 0; in DbgConsole_SendData() local
510 txBusy = 1; in DbgConsole_SendData()
537 if (txBusy == 0) in DbgConsole_SendData()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_si.c209 status->txBusy = ((txStatus & ENETC_SI_VSIMSGSR_MB_MASK) != 0U); in NETC_SIVsiCheckTxStatus()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h3757 …bool txBusy; /*!< The VSI Tx busy flag, become idle when the PSI receive and clear the relate… member