Home
last modified time | relevance | path

Searched full:i2s1 (Results 1 – 22 of 22) sorted by relevance

/hal_espressif-latest/components/soc/esp32/ld/
Desp32.peripherals.ld40 PROVIDE ( I2S1 = 0x3ff6D000 ); symbol
/hal_espressif-latest/components/soc/esp32s3/ld/
Desp32s3.peripherals.ld18 PROVIDE ( I2S1 = 0x6002D000 ); symbol
/hal_espressif-latest/components/soc/esp32h2/
Dinterrupts.c41 [31] = "I2S1",
/hal_espressif-latest/components/soc/esp32/
Dinterrupts.c43 [33] = "I2S1",
/hal_espressif-latest/components/soc/esp32c6/
Dinterrupts.c51 [41] = "I2S1",
/hal_espressif-latest/components/soc/esp32c3/
Dinterrupts.c38 [20] = "I2S1",
/hal_espressif-latest/components/soc/esp32s3/
Dinterrupts.c35 [26] = "I2S1",
/hal_espressif-latest/components/soc/esp32s2/
Dinterrupts.c46 [36] = "I2S1",
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dperiph_defs.h94 ETS_I2S1_INTR_SOURCE, /**< interrupt of I2S1, level*/
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dperiph_defs.h66 ETS_I2S1_INTR_SOURCE, /**< interrupt of I2S1, level*/
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dperiph_defs.h106 ETS_I2S1_INTR_SOURCE, /**< interrupt of I2S1, level*/
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dperiph_defs.h85 ETS_I2S1_INTR_SOURCE, /**< interrupt of I2S1, level*/
Dgdma_struct.h175 …elect peripheral for Rx channel 0. 0:SPI2. 1: SPI3. 2: UHCI0. 3: I2S0. 4: I2S1. 5: LCD_CAM. 6: AES…
335 …elect peripheral for Tx channel 0. 0:SPI2. 1: SPI3. 2: UHCI0. 3: I2S0. 4: I2S1. 5: LCD_CAM. 6: AES…
Dgdma_reg.h558 UHCI0. 3: I2S0. 4: I2S1. 5: LCD_CAM. 6: AES. 7: SHA. 8: ADC_DAC. 9: RMT..*/
1041 UHCI0. 3: I2S0. 4: I2S1. 5: LCD_CAM. 6: AES. 7: SHA. 8: ADC_DAC. 9: RMT.; 7: AE
1591 UHCI0. 3: I2S0. 4: I2S1. 5: LCD_CAM. 6: AES. 7: SHA. 8: ADC_DAC. 9: RMT..*/
2074 UHCI0. 3: I2S0. 4: I2S1. 5: LCD_CAM. 6: AES. 7: SHA. 8: ADC_DAC. 9: RMT.; 7: AE
2624 UHCI0. 3: I2S0. 4: I2S1. 5: LCD_CAM. 6: AES. 7: SHA. 8: ADC_DAC. 9: RMT..*/
3107 UHCI0. 3: I2S0. 4: I2S1. 5: LCD_CAM. 6: AES. 7: SHA. 8: ADC_DAC. 9: RMT.; 7: AE
3657 UHCI0. 3: I2S0. 4: I2S1. 5: LCD_CAM. 6: AES. 7: SHA. 8: ADC_DAC. 9: RMT..*/
4140 UHCI0. 3: I2S0. 4: I2S1. 5: LCD_CAM. 6: AES. 7: SHA. 8: ADC_DAC. 9: RMT.; 7: AE
4690 UHCI0. 3: I2S0. 4: I2S1. 5: LCD_CAM. 6: AES. 7: SHA. 8: ADC_DAC. 9: RMT..*/
5173 UHCI0. 3: I2S0. 4: I2S1. 5: LCD_CAM. 6: AES. 7: SHA. 8: ADC_DAC. 9: RMT.; 7: AE
Di2s_struct.h334 extern i2s_dev_t I2S1;
/hal_espressif-latest/components/soc/esp32/include/soc/
Di2s_struct.h457 extern i2s_dev_t I2S1;
Dsoc.h256 #define ETS_I2S1_INTR_SOURCE 33/**< interrupt of I2S1, level*/
Dclk_tree_defs.h454 CLKOUT_SIG_I2S1 = 15, /*!< I2S1 clock, depends on the i2s driver configuration */
/hal_espressif-latest/zephyr/port/pincfgs/
Desp32.yml147 i2s1:
Desp32s3.yml108 i2s1:
/hal_espressif-latest/components/hal/esp32/include/hal/
Di2s_ll.h28 #define I2S_LL_GET_HW(num) (((num) == 0) ? (&I2S0) : (((num) == 1) ? (&I2S1) : NULL))
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Di2s_ll.h28 #define I2S_LL_GET_HW(num) (((num) == 0) ? (&I2S0) : &I2S1)