Searched refs:ext_id (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.4.0/subsys/canbus/isotp/ |
D | isotp.c | 123 .id = ctx->tx_addr.ext_id in receive_send_fc() 391 ctx->rx_addr.ext_id = frame->id; in process_ff_sf() 395 ctx->tx_addr.ext_id &= ~(ISOTP_FIXED_ADDR_TA_MASK); in process_ff_sf() 396 ctx->tx_addr.ext_id |= rx_sa << ISOTP_FIXED_ADDR_TA_POS; in process_ff_sf() 399 ctx->tx_addr.ext_id &= ~(ISOTP_FIXED_ADDR_PRIO_MASK); in process_ff_sf() 400 ctx->tx_addr.ext_id |= frame->id & ISOTP_FIXED_ADDR_PRIO_MASK; in process_ff_sf() 576 .id = ctx->rx_addr.ext_id, in attach_ff_filter() 616 ctx->rx_addr.ext_id, ctx->tx_addr.ext_id); in isotp_bind() 869 .id = ctx->tx_addr.ext_id in send_sf() 906 .id = ctx->tx_addr.ext_id, in send_ff() [all …]
|
/Zephyr-Core-3.4.0/samples/subsys/logging/syst/src/ |
D | main.c | 23 uint32_t ext_id : 29; member
|
/Zephyr-Core-3.4.0/tests/subsys/canbus/isotp/conformance/src/ |
D | main.c | 107 .ext_id = 0x18DA0201, 114 .ext_id = 0x18DA0102, 437 filter_id = add_rx_msgq(rx_addr_fixed.ext_id, 0x03FFFF00); in ZTEST() 465 send_frame_series(&single_frame, 1, rx_addr_fixed.ext_id); in ZTEST() 469 send_frame_series(&single_frame, 1, rx_addr_fixed.ext_id | 0xFF); in ZTEST() 473 send_frame_series(&single_frame, 1, rx_addr_fixed.ext_id | (7U << 26)); in ZTEST() 477 send_frame_series(&single_frame, 1, rx_addr_fixed.ext_id | 0xFF00); in ZTEST()
|
/Zephyr-Core-3.4.0/include/zephyr/canbus/ |
D | isotp.h | 145 uint32_t ext_id : 29; member
|
/Zephyr-Core-3.4.0/include/zephyr/drivers/can/ |
D | can_mcan.h | 881 uint32_t ext_id: 29; member 922 uint32_t ext_id: 29; member 963 uint32_t ext_id: 29; member
|
/Zephyr-Core-3.4.0/drivers/can/ |
D | can_mcan.c | 631 frame.id = hdr.ext_id; in can_mcan_get_message() 904 tx_hdr.ext_id = frame->id; in can_mcan_send()
|
/Zephyr-Core-3.4.0/doc/releases/ |
D | release-notes-2.5.rst | 396 The std_id (11-bit) and ext_id (29-bit) are merged to a single id
|