Home
last modified time | relevance | path

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

/drivers/ieee802154/
A Dieee802154_dw1000.c155 uint16_t hdr_len, const uint8_t *hdr_buf, in dwt_spi_read() argument
161 .buf = (uint8_t *)hdr_buf, in dwt_spi_read()
185 LOG_HEXDUMP_DBG(hdr_buf, (uint16_t)hdr_len, "rd: header"); in dwt_spi_read()
199 uint16_t hdr_len, const uint8_t *hdr_buf, in dwt_spi_write() argument
205 {.buf = (uint8_t *)hdr_buf, .len = hdr_len}, in dwt_spi_write()
212 LOG_HEXDUMP_DBG(hdr_buf, (uint16_t)hdr_len, "wr: header"); in dwt_spi_write()

Completed in 7 milliseconds