ESP-IDF
Select one of the symbols to view example projects that use it.
Symbol previews are coming soon...
Outline
#include "esp_private/io_mux.h"
io_mux_set_clock_source(soc_module_clk_t)
Files
loading...
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
components/esp_hw_support/port/esp32/io_mux.c
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/* ... */
#include
"
esp_private
/
io_mux.h"
esp_err_t
io_mux_set_clock_source
(
soc_module_clk_t
clk_src
)
{
// IO MUX clock source is not selectable
return
ESP_OK
;
}
{ ... }
Details
Show:
from
Types:
Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.
io_mux_set_clock_source()
esp_err_t
ESP_OK
io_mux_set_clock_source()::clk_src
soc_module_clk_t