Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/can/
Dcan_rcar.c68 #define RCAR_CAN_STR_RSTST BIT(8) /* Reset Status Bit */ macro
507 if (can_rcar_read16(config, RCAR_CAN_STR) & RCAR_CAN_STR_RSTST) { in can_rcar_enter_reset_mode()