Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_sdpcm.c102 } sdpcm_header_t; typedef
338 sdpcm_header_t sdpcm_header; in whd_sdpcm_process_rx_packet()
478 sdpcm_header_t sdpcm_header; in whd_sdpcm_get_packet_to_send()
583 sdpcm_header_t sdpcm_header; in whd_send_to_bus()
594 memset( (uint8_t *)&sdpcm_header, 0, sizeof(sdpcm_header_t) ); in whd_send_to_bus()
597 (header_type == DATA_HEADER) ? sizeof(sdpcm_header_t) + 2 : sizeof(sdpcm_header_t); in whd_send_to_bus()