Searched refs:frame (Results 1 – 8 of 8) sorted by relevance
112 rxMsg.ident = frame->id; in canopen_rx_callback()113 rxMsg.DLC = frame->dlc; in canopen_rx_callback()114 memcpy(rxMsg.data, frame->data, frame->dlc); in canopen_rx_callback()147 struct can_frame frame; in canopen_tx_retry() local152 memset(&frame, 0, sizeof(frame)); in canopen_tx_retry()159 frame.id = buffer->ident; in canopen_tx_retry()160 frame.dlc = buffer->DLC; in canopen_tx_retry()391 struct can_frame frame; in CO_CANsend() local398 memset(&frame, 0, sizeof(frame)); in CO_CANsend()411 frame.id = buffer->ident; in CO_CANsend()[all …]
21 Enable support of 2.5ms and 5ms frame durations.
75 bool "LZ4 frame support"80 utility, it's necessary to use the official interoperable frame format.
110 renders the next LVGL frame. Can be disabled if the performance134 the current frame dimensions to meet display and/or LCD host142 the current frame dimensions to meet display and/or LCD host
88 Defines how many microseconds ahead should MAC deliver a CSL frame to the sub-MAC layer.228 int "Openthread frame counter ahead value"231 Openthread value ahead of the current frame counter for persistent storage.
185 bool "Dynamic store frame ahead counter"
84 …RAME_AHEAD_COUNTER OT_DYNAMIC_STORE_FRAME_AHEAD_COUNTER "Enable dynamic store frame ahead counter")
605 os_free((char *)data->rx_mgmt.frame); in event_socket_handler()
Completed in 35 milliseconds