Home
last modified time | relevance | path

Searched refs:lock_config (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dcache.h117 struct lock_config { struct
631 void Cache_Enable_ICache_PreLock(const struct lock_config *config);
680 void Cache_Enable_DCache_PreLock(const struct lock_config *config);
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dcache.h116 struct lock_config { struct
405 void Cache_Enable_ICache_PreLock(const struct lock_config *config);
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Dcache.h120 struct lock_config { struct
408 void Cache_Enable_ICache_PreLock(const struct lock_config *config);
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dcache.h166 struct lock_config { struct
761 void Cache_Enable_ICache_PreLock(const struct lock_config *config);
810 void Cache_Enable_DCache_PreLock(const struct lock_config *config);
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dcache.h132 struct lock_config { struct
431 void Cache_Enable_ICache_PreLock(const struct lock_config *config);
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Dcache.h132 struct lock_config { struct
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_common.c822 spi_bus_lock_config_t lock_config = { in spi_bus_initialize() local
826 err = spi_bus_init_lock(&bus_attr->lock, &lock_config); in spi_bus_initialize()
Dspi_master.c383 spi_bus_lock_dev_config_t lock_config = { in spi_bus_add_device() local
387 err = spi_bus_lock_register_dev(bus_attr->lock, &lock_config, &dev_handle); in spi_bus_add_device()