ESP-IDF
TWAI_LL_STATUS_TBS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
TWAI_LL_STATUS_TBS
TWAI_LL_STATUS_TBS macro
Syntax
Show:
Summary
Declaration
from
twai_ll.h:41
#define
TWAI_LL_STATUS_TBS
(
0x1
<
<
2
)
Examples
References
from
examples
Code
Location
#define
TWAI_LL_STATUS_TBS
(
0x1
<
<
2
)
//Transmit Buffer Status
twai_ll.h:41
if
(
(
interrupts
&
TWAI_LL_INTR_TI
||
hal_ctx
->
state_flags
&
TWAI_HAL_STATE_FLAG_TX_BUFF_OCCUPIED
)
&&
status
&
TWAI_LL_STATUS_TBS
)
{
twai_hal_iram.c:66
if
(
!
(
status
&
TWAI_LL_STATUS_TBS
)
)
{
//Transmit buffer is NOT free, indicating an Ongoing TX will be cancelled by the HW reset
twai_hal_iram.c:149
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out