Home
last modified time | relevance | path

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

/bsp/ht32/libraries/ht32_drivers/
A Ddrv_can.c85 can_instance->filter_cfg.filter_mag[filter_num].IdType = (CAN_IdType_Enum)BSP_USING_CAN_ID_MODE; in cfg_can_default_filter()
338 can_instance->filter_cfg.filter_mag[filter_num].IdType = CAN_STD_ID; in ht32_can_control()
343 can_instance->filter_cfg.filter_mag[filter_num].IdType = CAN_EXT_ID; in ht32_can_control()
460 tx_msg.cfg_msg.IdType = CAN_STD_ID; in ht32_can_sendmsg()
465 tx_msg.cfg_msg.IdType = CAN_EXT_ID; in ht32_can_sendmsg()
554 if (can_instance->filter_cfg.filter_mag[i].IdType == CAN_EXT_ID) in ht32_can_recvmsg()
559 else if (can_instance->filter_cfg.filter_mag[i].IdType == CAN_STD_ID) in ht32_can_recvmsg()
/bsp/nuvoton/libraries/m2354/rtt_port/
A Ddrv_can.c429 tMsg.IdType = CAN_STD_ID; in nu_can_sendmsg()
435 tMsg.IdType = CAN_EXT_ID; in nu_can_sendmsg()
514 pmsg->ide = (tMsg.IdType == CAN_STD_ID) ? RT_CAN_STDID : RT_CAN_EXTID; in nu_can_recvmsg()
/bsp/nuvoton/libraries/n9h30/rtt_port/
A Ddrv_can.c429 tMsg.IdType = CAN_STD_ID; in nu_can_sendmsg()
435 tMsg.IdType = CAN_EXT_ID; in nu_can_sendmsg()
514 pmsg->ide = (tMsg.IdType == CAN_STD_ID) ? RT_CAN_STDID : RT_CAN_EXTID; in nu_can_recvmsg()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_can.c342 if (pCanMsg->IdType == CAN_STD_ID) in CAN_BasicSendMsg()
406 pCanMsg->IdType = CAN_STD_ID; in CAN_BasicReceiveMsg()
412 pCanMsg->IdType = CAN_EXT_ID; in CAN_BasicReceiveMsg()
827 if (pCanMsg->IdType == CAN_STD_ID) in _CAN_SetTxMsg()
955 …if (pCanMsg->IdType == CAN_STD_ID) /* According STD/EXT ID format, Configure Mask and Arbitration… in _CAN_SetRxMsgObj()
/bsp/nuvoton/libraries/m480/rtt_port/
A Ddrv_can.c480 tMsg.IdType = CAN_STD_ID; in nu_can_sendmsg()
486 tMsg.IdType = CAN_EXT_ID; in nu_can_sendmsg()
565 pmsg->ide = (tMsg.IdType == CAN_STD_ID) ? RT_CAN_STDID : RT_CAN_EXTID; in nu_can_recvmsg()
/bsp/nuvoton/libraries/nuc980/rtt_port/
A Ddrv_can.c453 tMsg.IdType = CAN_STD_ID; in nu_can_sendmsg()
459 tMsg.IdType = CAN_EXT_ID; in nu_can_sendmsg()
538 pmsg->ide = (tMsg.IdType == CAN_STD_ID) ? RT_CAN_STDID : RT_CAN_EXTID; in nu_can_recvmsg()
/bsp/stm32/stm32mp157a-st-ev1/board/ports/
A Ddrv_fdcan.c71 device->filter.IdType = FDCAN_EXTENDED_ID; in rt_fdcan_init()
164 device->tx_config.IdType = FDCAN_EXTENDED_ID; in rt_fdcan_write()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_can.h124 …CAN_IdType_Enum IdType; /* CAN_STD_ID (0x0 ~ 0x7FF) or CAN_EXT_ID (0x0 ~ 0x1FFFFFFF) … member

Completed in 15 milliseconds