Searched refs:can_transmit_buf_t (Results 1 – 3 of 3) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_can_drv.h | 198 } can_transmit_buf_t; typedef 898 hpm_stat_t can_send_message_blocking(CAN_Type *base, const can_transmit_buf_t *message); 906 hpm_stat_t can_send_high_priority_message_blocking(CAN_Type *base, const can_transmit_buf_t *messag… 915 hpm_stat_t can_send_message_nonblocking(CAN_Type *base, const can_transmit_buf_t *message); 923 hpm_stat_t can_send_high_priority_message_nonblocking(CAN_Type *base, const can_transmit_buf_t *mes…
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_can_drv.c | 130 static void can_fill_tx_buffer(CAN_Type *base, const can_transmit_buf_t *message); 377 static void can_fill_tx_buffer(CAN_Type *base, const can_transmit_buf_t *message) in can_fill_tx_buffer() 388 hpm_stat_t can_send_message_blocking(CAN_Type *base, const can_transmit_buf_t *message) in can_send_message_blocking() 431 hpm_stat_t can_send_high_priority_message_blocking(CAN_Type *base, const can_transmit_buf_t *messag… in can_send_high_priority_message_blocking() 460 hpm_stat_t can_send_message_nonblocking(CAN_Type *base, const can_transmit_buf_t *message) in can_send_message_nonblocking() 486 hpm_stat_t can_send_high_priority_message_nonblocking(CAN_Type *base, const can_transmit_buf_t *mes… in can_send_high_priority_message_nonblocking()
|
| /bsp/hpmicro/libraries/drivers/ |
| A D | drv_can.c | 526 can_transmit_buf_t tx_buf = { 0 }; in hpm_can_sendmsg()
|
Completed in 10 milliseconds