Home
last modified time | relevance | path

Searched refs:p_ds (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.c122 uint8_t *p_ds; member
198 if (NULL == p_btfw_cb || NULL == hfd->p_ds) { in cybt_fw_get_data()
222 hfd->p_ds[idx] = (uint8_t)(octet & 0x00FF); in cybt_fw_get_data()
227 hfd->hi_addr = (hfd->p_ds[0] << 8) | hfd->p_ds[1]; in cybt_fw_get_data()
230 hfd->hi_addr = (hfd->p_ds[0] << 8) | hfd->p_ds[1]; in cybt_fw_get_data()
233 abs_base_addr32 = (hfd->p_ds[0] << 24) | (hfd->p_ds[1] << 16) | in cybt_fw_get_data()
234 (hfd->p_ds[2] << 8) | hfd->p_ds[3]; in cybt_fw_get_data()
269 memcpy(hfd->p_ds, p_btfw_cb->p_next_line_start, num_bytes); in cybt_fw_get_data()
274 hfd->hi_addr = (hfd->p_ds[0] << 8) | hfd->p_ds[1]; in cybt_fw_get_data()
277 hfd->hi_addr = (hfd->p_ds[0] << 8) | hfd->p_ds[1]; in cybt_fw_get_data()
[all …]