Searched refs:txdata (Results 1 – 3 of 3) sorted by relevance
126 uint32_t txdata = 0; in spi_flash_read_status() local130 txdata = opcode; in spi_flash_read_status()132 spi_bufs[0].buf = &txdata; in spi_flash_read_status()161 uint32_t txdata = 0; in spi_flash_write_status() local164 txdata = spi_status; in spi_flash_write_status()165 txdata <<= 8U; in spi_flash_write_status()166 txdata |= opcode; in spi_flash_write_status()168 spi_bufs[0].buf = &txdata; in spi_flash_write_status()187 uint32_t txdata = 0; in spi_flash_tx_one_byte_cmd() local190 txdata = opcode; in spi_flash_tx_one_byte_cmd()[all …]
234 uint8_t txdata[8] = {0}; in spi_flash_read_fd_sync() local243 txdata[0] = opcode; in spi_flash_read_fd_sync()249 &txdata[1], sizeof(txdata)-1); in spi_flash_read_fd_sync()256 spi_bufs[cnt].buf = txdata; in spi_flash_read_fd_sync()289 uint8_t txdata[8] = {0}; in spi_flash_read_hd_sync() local298 txdata[0] = opcode; in spi_flash_read_hd_sync()300 &txdata[1], sizeof(txdata)-1); in spi_flash_read_hd_sync()305 spi_bufs[0].buf = txdata; in spi_flash_read_hd_sync()
257 stack_data_t *txdata = p3; in thread_entry_wait() local259 k_stack_push(p1, *(txdata + 2)); in thread_entry_wait()260 k_stack_push(p1, *(txdata + 3)); in thread_entry_wait()