Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_can.c582 … receive_message->rx_sfid = (uint32_t)(GET_RFIFOMI_SFID(CAN_RFIFOMI(can_periph, fifo_number))); in can_message_receive()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_can.c579 … receive_message->rx_sfid = (uint32_t)(GET_RFIFOMI_SFID(CAN_RFIFOMI(can_periph, fifo_number))); in can_message_receive()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_can.c579 … receive_message->rx_sfid = (uint32_t)(GET_RFIFOMI_SFID(CAN_RFIFOMI(can_periph, fifo_number))); in can_message_receive()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_can.h534 #define GET_RFIFOMI_SFID(regval) GET_BITS((uint32_t)(regval), 21U, 31U) macro
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_can.h541 #define GET_RFIFOMI_SFID(regval) GET_BITS((uint32_t)(regval), 21U, 31U) macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_can.h541 #define GET_RFIFOMI_SFID(regval) GET_BITS((uint32_t)(regval), 21U, 31U) macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_can.h669 #define GET_RFIFOMI_SFID(regval) GET_BITS((uint32_t)(regval), 21, 31) macro
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_can.c1236 … receive_message->rx_sfid = (uint32_t)(GET_RFIFOMI_SFID(CAN_RFIFOMI(can_periph, fifo_number)));