Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/include/driver/
Dtwai.h35 … .alerts_enabled = TWAI_ALERT_NONE, .clkout_divider = 0, \
66 #define TWAI_ALERT_NONE 0x00000000 /**< Bit mask to disable all alerts during … macro
Dcan.h36 #define CAN_ALERT_NONE TWAI_ALERT_NONE
/hal_espressif-3.6.0/examples/peripherals/twai/twai_network/twai_network_listen_only/main/
Dtwai_network_example_listen_only_main.c52 .alerts_enabled = TWAI_ALERT_NONE,
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dtwai.rst159 …The ``TWAI_ALERT_ALL`` and ``TWAI_ALERT_NONE`` macros can also be used to enable/disable all alert…