Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/canbus/isotp/
Disotp.c133 .id = ctx->tx_addr.ext_id in receive_send_fc()
401 ctx->rx_addr.ext_id = frame->id; in process_ff_sf()
405 ctx->tx_addr.ext_id &= ~(ISOTP_FIXED_ADDR_TA_MASK); in process_ff_sf()
406 ctx->tx_addr.ext_id |= rx_sa << ISOTP_FIXED_ADDR_TA_POS; in process_ff_sf()
408 ctx->tx_addr.ext_id &= ~(ISOTP_FIXED_ADDR_PRIO_MASK); in process_ff_sf()
409 ctx->tx_addr.ext_id |= frame->id & ISOTP_FIXED_ADDR_PRIO_MASK; in process_ff_sf()
583 .id = ctx->rx_addr.ext_id, in attach_ff_filter()
624 ctx->rx_addr.ext_id, ctx->tx_addr.ext_id); in isotp_bind()
894 .id = ctx->tx_addr.ext_id in send_sf()
936 .id = ctx->tx_addr.ext_id, in send_ff()
[all …]
/Zephyr-Core-2.7.6/samples/subsys/logging/syst/src/
Dmain.c21 uint32_t ext_id : 29; member
/Zephyr-Core-2.7.6/drivers/can/
Dcan_mcan.h32 volatile uint32_t ext_id : 29; /* Extended Identifier */ member
69 volatile uint32_t ext_id : 29; /* Identifier */ member
Dcan_mcan.c526 frame.id = hdr.ext_id; in can_mcan_get_message()
721 tx_hdr.ext_id = frame->id; in can_mcan_send()
/Zephyr-Core-2.7.6/tests/subsys/canbus/isotp/conformance/src/
Dmain.c114 .ext_id = 0x18DA0201,
121 .ext_id = 0x18DA0102,
449 filter_id = attach_msgq(rx_addr_fixed.ext_id, 0x03FFFF00); in test_send_sf_fixed()
477 send_frame_series(&single_frame, 1, rx_addr_fixed.ext_id); in test_receive_sf_fixed()
481 send_frame_series(&single_frame, 1, rx_addr_fixed.ext_id | 0xFF); in test_receive_sf_fixed()
485 send_frame_series(&single_frame, 1, rx_addr_fixed.ext_id | (7U << 26)); in test_receive_sf_fixed()
489 send_frame_series(&single_frame, 1, rx_addr_fixed.ext_id | 0xFF00); in test_receive_sf_fixed()
/Zephyr-Core-2.7.6/include/canbus/
Disotp.h145 uint32_t ext_id : 29; member
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-2.5.rst396 The std_id (11-bit) and ext_id (29-bit) are merged to a single id