Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sdhc/
Dsdhc_spi.c452 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/
Dmain.c99 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/
Dvocs.c169 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), \