Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/test/
Dtest_i2s.c31 #define MASTER_WS_IO 25 macro
43 #define MASTER_WS_IO 28 macro
53 #define MASTER_WS_IO 5 macro
62 #define MASTER_WS_IO 5 macro
85 gpio_hal_iomux_func_sel(GPIO_PIN_MUX_REG[MASTER_WS_IO], PIN_FUNC_GPIO); in i2s_test_io_config()
89 gpio_set_direction(MASTER_WS_IO, GPIO_MODE_INPUT_OUTPUT); in i2s_test_io_config()
98 esp_rom_gpio_connect_out_signal(MASTER_WS_IO, I2S0I_WS_OUT_IDX, 0, 0); in i2s_test_io_config()
99 esp_rom_gpio_connect_in_signal(MASTER_WS_IO, I2S1O_WS_IN_IDX, 0); in i2s_test_io_config()
110 esp_rom_gpio_connect_out_signal(MASTER_WS_IO, I2S0O_WS_OUT_IDX, 0, 0); in i2s_test_io_config()
111 esp_rom_gpio_connect_in_signal(MASTER_WS_IO, I2S1I_WS_IN_IDX, 0); in i2s_test_io_config()
[all …]