ESP-IDF
TWAI_HAL_STATE_FLAG_TX_NEED_RETRY
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_HAL_STATE_FLAG_TX_NEED_RETRY
TWAI_HAL_STATE_FLAG_TX_NEED_RETRY macro
Syntax
Show:
Summary
Declaration
from
twai_hal.h:43
#define
TWAI_HAL_STATE_FLAG_TX_NEED_RETRY
(
1
<
<
7
)
Examples
References
from
examples
Code
Location
#define
TWAI_HAL_STATE_FLAG_TX_NEED_RETRY
(
1
<
<
7
)
//TX needs to be restarted due to errata workarounds
twai_hal.h:43
TWAI_HAL_SET_BITS
(
hal_ctx
->
state_flags
,
TWAI_HAL_STATE_FLAG_TX_NEED_RETRY
)
;
twai_hal_iram.c:150
if
(
hal_ctx
->
state_flags
&
TWAI_HAL_STATE_FLAG_TX_NEED_RETRY
)
{
twai_hal_iram.c:168
TWAI_HAL_CLEAR_BITS
(
hal_ctx
->
state_flags
,
TWAI_HAL_STATE_FLAG_TX_NEED_RETRY
)
;
twai_hal_iram.c:171
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