Home
last modified time | relevance | path

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

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_sdpcm.c87 uint8_t channel_and_flags; /* 4 MSB Channel number, 4 LSB arbitrary flag */ member
307 if ( (header->channel_and_flags & 0x0f) < (uint8_t)3 ) in whd_sdpcm_update_credit()
390 switch (sdpcm_header.sw_header.channel_and_flags & 0x0f) in whd_sdpcm_process_rx_packet()
595 sdpcm_header.sw_header.channel_and_flags = (uint8_t)header_type; in whd_send_to_bus()