Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
Dcybt_shared_bus_driver.c193 uint16_t num_bytes, addr, data_pos, type, idx, octet; in cybt_fw_get_data() local
221 octet = (uint16_t)read_hex(p_line_start + data_pos, 2); in cybt_fw_get_data()
222 hfd->p_ds[idx] = (uint8_t)(octet & 0x00FF); in cybt_fw_get_data()