Home
last modified time | relevance | path

Searched defs:frame (Results 26 – 50 of 59) sorted by relevance

123

/Zephyr-latest/drivers/spi/
Dspi_sifive.c110 void spi_sifive_send(const struct device *dev, uint8_t frame) in spi_sifive_send()
Dspi_litex.c122 static void spi_litex_send(const struct device *dev, uint32_t frame, in spi_litex_send()
Dspi_silabs_usart.c219 static void spi_silabs_usart_send(USART_TypeDef *usart, uint8_t frame) in spi_silabs_usart_send()
/Zephyr-latest/drivers/net/
Dcanbus.c30 static void net_canbus_recv(const struct device *dev, struct can_frame *frame, void *user_data) in net_canbus_recv()
/Zephyr-latest/drivers/can/
Dcan_common.c34 int z_impl_can_send(const struct device *dev, const struct can_frame *frame, in z_impl_can_send()
106 static void can_msgq_put(const struct device *dev, struct can_frame *frame, void *user_data) in can_msgq_put()
Dcan_mcp2515.c529 const struct can_frame *frame, in mcp2515_send()
661 struct can_frame *frame) in mcp2515_rx_filter()
699 struct can_frame frame; in mcp2515_rx() local
Dcan_stm32_bxcan.c90 static void can_stm32_rx_fifo_pop(CAN_FIFOMailBox_TypeDef *mbox, struct can_frame *frame) in can_stm32_rx_fifo_pop()
121 struct can_frame frame; in can_stm32_rx_isr_handler() local
757 static int can_stm32_send(const struct device *dev, const struct can_frame *frame, in can_stm32_send()
Dcan_nxp_s32_canxl.c574 const struct can_frame *frame, in can_nxp_s32_send()
833 struct can_frame *frame) in nxp_s32_msg_data_to_zcan_frame()
876 struct can_frame frame = {0}; in can_nxp_s32_ctrl_callback() local
Dcan_mcux_flexcan.c92 } frame; member
668 const struct can_frame *frame, in mcux_flexcan_send()
1018 struct can_frame frame; in mcux_flexcan_transfer_rx_idle() local
Dcan_rcar.c356 const struct can_frame *frame) in can_rcar_rx_filter_isr()
387 struct can_frame frame = {0}; in can_rcar_rx_isr() local
871 static int can_rcar_send(const struct device *dev, const struct can_frame *frame, in can_rcar_send()
Dcan_handlers.c204 const struct can_frame *frame, in z_vrfy_can_send()
Dcan_mcan.c687 struct can_frame frame = {0}; in can_mcan_get_message() local
904 int can_mcan_send(const struct device *dev, const struct can_frame *frame, k_timeout_t timeout, in can_mcan_send()
Dcan_renesas_ra.c349 struct can_frame frame = { in can_renesas_ra_call_rx_cb() local
554 static int can_renesas_ra_send(const struct device *dev, const struct can_frame *frame, in can_renesas_ra_send()
/Zephyr-latest/tests/subsys/modem/modem_ppp/src/
Dmain.c207 static void test_modem_ppp_generate_ppp_frame(uint8_t *frame, size_t size) in test_modem_ppp_generate_ppp_frame()
231 static size_t test_modem_ppp_wrap_ppp_frame(uint8_t *wrapped, const uint8_t *frame, size_t size) in test_modem_ppp_wrap_ppp_frame()
/Zephyr-latest/drivers/hdlc_rcp_if/
Dhdlc_rcp_if_uart.c170 static int hdlc_send(const uint8_t *frame, uint16_t length) in hdlc_send()
/Zephyr-latest/drivers/bluetooth/hci/
Duserchan.c180 static uint8_t frame[512]; in rx_thread() local
/Zephyr-latest/drivers/ethernet/nxp_imx_netc/
Deth_nxp_imx_netc.c231 netc_frame_struct_t frame = {.buffArray = &buff, .length = 1}; in netc_eth_tx() local
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwpa_supp_if.c267 const unsigned char *frame = NULL; in nrf_wifi_wpa_supp_event_proc_auth_resp() local
314 const unsigned char *frame = NULL; in nrf_wifi_wpa_supp_event_proc_assoc_resp() local
376 const unsigned char *frame = NULL; in nrf_wifi_wpa_supp_event_proc_deauth() local
412 const unsigned char *frame = NULL; in nrf_wifi_wpa_supp_event_proc_disassoc() local
1347 const unsigned char *frame = NULL; in nrf_wifi_wpa_supp_event_proc_unprot_mgmt() local
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dusb.c209 int usb_add_frame_to_usb(enum bt_audio_location chan_allocation, const int16_t *frame, in usb_add_frame_to_usb()
/Zephyr-latest/arch/x86/core/
Dfatal.c134 struct stack_frame *frame; in walk_stackframe() local
/Zephyr-latest/arch/xtensa/core/
Dcoredump.c133 _xtensa_irq_stack_frame_raw_t *frame = (void *)esf; in arch_coredump_info_dump() local
/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.c1191 void nrf_802154_transmitted_raw(uint8_t *frame, in nrf_802154_transmitted_raw()
1220 void nrf_802154_transmit_failed(uint8_t *frame, in nrf_802154_transmit_failed()
Dieee802154_cc2520.c461 uint8_t *frame, uint8_t len) in write_txfifo_content()
785 uint8_t *frame = frag->data; in cc2520_tx() local
/Zephyr-latest/arch/riscv/core/
Dstacktrace.c105 struct stackframe *frame; in walk_stackframe() local
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c588 static void test_get_frame_header(size_t *offset, struct http2_frame *frame) in test_get_frame_header()
604 struct http2_frame frame; in expect_http2_settings_frame() local
654 struct http2_frame frame; in expect_http2_headers_frame() local
680 struct http2_frame frame; in expect_http2_data_frame() local
704 struct http2_frame frame; in expect_http2_window_update_frame() local
2436 struct http2_frame *frame; in ZTEST() local

123