Home
last modified time | relevance | path

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

/modules/canopennode/
A DCO_driver.c112 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() local
152 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() local
398 memset(&frame, 0, sizeof(frame)); in CO_CANsend()
411 frame.id = buffer->ident; in CO_CANsend()
[all …]
/modules/liblc3/
A DKconfig21 Enable support of 2.5ms and 5ms frame durations.
/modules/lz4/
A DKconfig75 bool "LZ4 frame support"
80 utility, it's necessary to use the official interoperable frame format.
/modules/lvgl/
A DKconfig110 renders the next LVGL frame. Can be disabled if the performance
134 the current frame dimensions to meet display and/or LCD host
142 the current frame dimensions to meet display and/or LCD host
/modules/openthread/
A DKconfig.thread88 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.
A DKconfig.features185 bool "Dynamic store frame ahead counter"
A DCMakeLists.txt84 …RAME_AHEAD_COUNTER OT_DYNAMIC_STORE_FRAME_AHEAD_COUNTER "Enable dynamic store frame ahead counter")
/modules/hostap/src/
A Dsupp_main.c605 os_free((char *)data->rx_mgmt.frame); in event_socket_handler()

Completed in 35 milliseconds