Searched refs:read_location (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/sdhc/ |
D | sdhc_spi.c | 452 uint8_t *read_location = data->data; in sdhc_spi_read_data() local 483 .buf = read_location, in sdhc_spi_read_data() 517 if (crc16_itu_t(0, read_location, data->block_size) != in sdhc_spi_read_data() 524 read_location += data->block_size; in sdhc_spi_read_data() 525 rx_bufs[0].buf = read_location; in sdhc_spi_read_data()
|
/Zephyr-latest/samples/bluetooth/peripheral_csc/src/ |
D | main.c | 99 static ssize_t read_location(struct bt_conn *conn, in read_location() function 210 BT_GATT_PERM_READ, read_location, NULL,
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | vocs.c | 169 static ssize_t read_location(struct bt_conn *conn, const struct bt_gatt_attr *attr, in read_location() function 327 read_location, write_location, &_vocs), \
|