Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/src/can/
Dcan_manager.c71 cntlr->threadStatus |= CAN_THREAD_STOPPED; in CanIrqThreadWorker()
162 while ((cntlr->threadStatus & CAN_THREAD_STOPPED) == 0) { in CanCntlrDestroyThread()
/drivers/hdf_core/framework/support/platform/include/can/
Dcan_core.h24 #define CAN_THREAD_STOPPED (0x1 << 2) macro