Home
last modified time | relevance | path

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

/drivers/eeprom/
A Deeprom_emulator.c284 uint8_t *data8 = (uint8_t *)(ctx->data); in eeprom_emu_flash_get() local
290 data8 += (ctx->len - ctx->rlen); in eeprom_emu_flash_get()
297 memcpy(data8, buf + addr_jmp, len); in eeprom_emu_flash_get()
369 uint8_t *data8 = (uint8_t *)(ctx->data); in eeprom_emu_compactor() local
376 data8 += (ctx->len - ctx->rlen); in eeprom_emu_compactor()
377 memcpy(buf + addr_jmp, data8, len); in eeprom_emu_compactor()
486 uint8_t *data8 = (uint8_t *)(ctx->data); in eeprom_emu_flash_set() local
492 data8 += (ctx->len - ctx->rlen); in eeprom_emu_flash_set()
499 memcpy(buf + addr_jmp, data8, len); in eeprom_emu_flash_set()
/drivers/spi/
A Dspi_mchp_mss.c196 uint32_t data8, transfer_idx = 0; in mss_spi_readwr_fifo() local
224 data8 = ctx->tx_buf[0]; in mss_spi_readwr_fifo()
225 mss_spi_write(cfg, MSS_SPI_REG_TX_DATA, data8); in mss_spi_readwr_fifo()
A Dspi_xec_qmspi.c56 static inline void txb_wr8(QMSPI_Type *regs, uint8_t data8) in txb_wr8() argument
58 REG8(&regs->TX_FIFO) = data8; in txb_wr8()

Completed in 11 milliseconds