Home
last modified time | relevance | path

Searched refs:SOC_TWAI_BRP_MIN (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h249 #define SOC_TWAI_BRP_MIN 2 macro
302 #define CAN_BRP_MIN SOC_TWAI_BRP_MIN
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dtwai_caps.h21 #define SOC_TWAI_BRP_MIN 2 macro
/hal_espressif-3.6.0/components/hal/include/hal/
Dtwai_types.h51 #define TWAI_BRP_MIN SOC_TWAI_BRP_MIN /**< Minimum configurable BRP value */
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc_caps.h258 #define SOC_TWAI_BRP_MIN 2 macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc_caps.h246 #define SOC_TWAI_BRP_MIN 2 macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc_caps.h250 #define SOC_TWAI_BRP_MIN 2 macro
/hal_espressif-3.6.0/components/driver/
Dtwai.c407 …TWAI_CHECK(t_config->brp >= SOC_TWAI_BRP_MIN && t_config->brp <= SOC_TWAI_BRP_MAX, ESP_ERR_INVALID… in twai_driver_install()