Searched refs:CAN_MODE_ONE_SHOT (Results 1 – 8 of 8) sorted by relevance
142 CAN_MODE_ONE_SHOT | CAN_MODE_3_SAMPLES; in can_sja1000_get_capabilities()220 can_mode_t supported = CAN_MODE_LOOPBACK | CAN_MODE_LISTENONLY | CAN_MODE_ONE_SHOT | in can_sja1000_set_mode()427 if ((data->common.mode & CAN_MODE_ONE_SHOT) != 0) { in can_sja1000_send()
381 *cap = CAN_MODE_NORMAL | CAN_MODE_LOOPBACK | CAN_MODE_LISTENONLY | CAN_MODE_ONE_SHOT; in can_stm32_get_capabilities()480 can_mode_t supported = CAN_MODE_LOOPBACK | CAN_MODE_LISTENONLY | CAN_MODE_ONE_SHOT; in can_stm32_set_mode()516 if ((mode & CAN_MODE_ONE_SHOT) != 0) { in can_stm32_set_mode()
42 CAN_SHELL_MODE_MAPPING("one-shot", CAN_MODE_ONE_SHOT),
99 if ((mode & (CAN_MODE_3_SAMPLES | CAN_MODE_ONE_SHOT | in can_xmc4xxx_set_mode()
376 if ((mode & (CAN_MODE_3_SAMPLES | CAN_MODE_ONE_SHOT)) != 0) { in mcp251xfd_set_mode()
340 can_shell_test_mode("can mode " FAKE_CAN_NAME " one-shot", CAN_MODE_ONE_SHOT); in ZTEST()
98 #define CAN_MODE_ONE_SHOT BIT(3) macro
204 * Added :c:enumerator:`CAN_MODE_ONE_SHOT` for enabling CAN controller one-shot transmission mode.