DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
detpcap_detail Namespace Reference

Functions

void wr32le (uint8_t *p, uint32_t v)
 
void wr16le (uint8_t *p, uint16_t v)
 

Function Documentation

◆ wr32le()

void detpcap_detail::wr32le ( uint8_t *  p,
uint32_t  v 
)
inline

Definition at line 36 of file pcap.h.

Referenced by det_pcap_global_header(), and det_pcap_record_header().

◆ wr16le()

void detpcap_detail::wr16le ( uint8_t *  p,
uint16_t  v 
)
inline

Definition at line 43 of file pcap.h.

Referenced by det_pcap_global_header().