Home
last modified time | relevance | path

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

/platform/stm32f0xx/include/platform/
A Dcan.h11 unsigned id_ex:18; // Extended CAN identifier. member
/platform/stm32f0xx/
A Dcan.c52 msg.id_ex = (rir >> 3) & ((1 << 18) - 1); in stm32_CEC_CAN_IRQ()
103 mailbox->TIR = (msg->id << 21) | (msg->id_ex << 3) | CAN_TI0R_IDE in stm32_can_transmit()

Completed in 3 milliseconds