Home
last modified time | relevance | path

Searched defs:dev_config (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-2.7.6/examples/peripherals/rmt/musical_buzzer/main/
Dmusical_buzzer_example_main.c47 rmt_config_t dev_config = RMT_DEFAULT_CONFIG_TX(RMT_TX_GPIO_NUM, RMT_TX_CHANNEL); in app_main() local
/hal_espressif-2.7.6/components/console/
Desp_console_repl.c64 esp_err_t esp_console_new_repl_usb_cdc(const esp_console_dev_usb_cdc_config_t *dev_config, const es… in esp_console_new_repl_usb_cdc()
128 esp_err_t esp_console_new_repl_uart(const esp_console_dev_uart_config_t *dev_config, const esp_cons… in esp_console_new_repl_uart()
/hal_espressif-2.7.6/examples/peripherals/pcnt/rotary_encoder/components/rotary_encoder/src/
Drotary_encoder_pcnt_ec11.c118 pcnt_config_t dev_config = { in rotary_encoder_new_ec11() local
/hal_espressif-2.7.6/components/spi_flash/sim/stubs/soc/include/hal/
Dspi_flash_types.h59 esp_err_t (*dev_config)(spi_flash_host_inst_t *host); member
/hal_espressif-2.7.6/examples/peripherals/sdio/host/main/
Dapp_main.c196 sdspi_device_config_t dev_config = SDSPI_DEVICE_CONFIG_DEFAULT(); in slave_init() local
/hal_espressif-2.7.6/components/hal/include/hal/
Dspi_flash_types.h108 esp_err_t (*dev_config)(spi_flash_host_inst_t *host); member
/hal_espressif-2.7.6/components/sdmmc/test/
Dtest_sd.c204 sdspi_device_config_t dev_config = SDSPI_DEVICE_CONFIG_DEFAULT(); in probe_spi() local
/hal_espressif-2.7.6/components/driver/
Dsdspi_host.c985 sdspi_device_config_t dev_config = { in sdspi_host_init_slot() local
Dspi_master.c312 …_err_t spi_bus_add_device(spi_host_device_t host_id, const spi_device_interface_config_t *dev_conf… in spi_bus_add_device()