Home
last modified time | relevance | path

Searched refs:buf0 (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h381 hw->data_buf[(x / 32)].buf0 = word; in spi_ll_write_buffer()
409 word = hw->data_buf[byte_id / 4].buf0; //read in spi_ll_write_buffer_byte()
412 hw->data_buf[byte_id / 4].buf0 = word; //write in spi_ll_write_buffer_byte()
431 uint32_t word = hw->data_buf[x / 32].buf0; in spi_ll_read_buffer()
451 uint32_t word = hw->data_buf[byte_id / 4].buf0; in spi_ll_read_buffer_byte()
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dspi_struct.h1347 uint32_t buf0:32; member