Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_ll.h662 hw->pin.master_ck_sel |= (1 << cs); in spi_ll_master_set_cksel()
664 hw->pin.master_ck_sel &= ~(1 << cs); in spi_ll_master_set_cksel()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dspi_struct.h183 …uint32_t master_ck_sel: 3; /*In the master mode spi cs line is enable as spi… member