Home
last modified time | relevance | path

Searched refs:TWAI_ALERT_AND_LOG (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/driver/include/driver/
Dcan.h37 #define CAN_ALERT_AND_LOG TWAI_ALERT_AND_LOG
Dtwai.h67 #define TWAI_ALERT_AND_LOG 0x00020000 /**< Bit mask to enable alerts to also be l… macro
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dtwai.rst156TWAI_ALERT_AND_LOG`` flag can be used to cause the TWAI driver to log any raised alerts to UART. H…
268 …nabled, the TWAI driver will no longer log any alerts (i.e., the ``TWAI_ALERT_AND_LOG`` flag will …
/hal_espressif-3.6.0/components/driver/
Dtwai.c109 if (p_twai_obj->alerts_enabled & TWAI_ALERT_AND_LOG) { in twai_alert_handler()
DKconfig101 - Alert logging (i.e., setting of the TWAI_ALERT_AND_LOG flag)