Searched full:i2s1 (Results 1 – 22 of 22) sorted by relevance
/hal_espressif-latest/components/soc/esp32/ld/ |
D | esp32.peripherals.ld | 40 PROVIDE ( I2S1 = 0x3ff6D000 ); symbol
|
/hal_espressif-latest/components/soc/esp32s3/ld/ |
D | esp32s3.peripherals.ld | 18 PROVIDE ( I2S1 = 0x6002D000 ); symbol
|
/hal_espressif-latest/components/soc/esp32h2/ |
D | interrupts.c | 41 [31] = "I2S1",
|
/hal_espressif-latest/components/soc/esp32/ |
D | interrupts.c | 43 [33] = "I2S1",
|
/hal_espressif-latest/components/soc/esp32c6/ |
D | interrupts.c | 51 [41] = "I2S1",
|
/hal_espressif-latest/components/soc/esp32c3/ |
D | interrupts.c | 38 [20] = "I2S1",
|
/hal_espressif-latest/components/soc/esp32s3/ |
D | interrupts.c | 35 [26] = "I2S1",
|
/hal_espressif-latest/components/soc/esp32s2/ |
D | interrupts.c | 46 [36] = "I2S1",
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | periph_defs.h | 94 ETS_I2S1_INTR_SOURCE, /**< interrupt of I2S1, level*/
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | periph_defs.h | 66 ETS_I2S1_INTR_SOURCE, /**< interrupt of I2S1, level*/
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | periph_defs.h | 106 ETS_I2S1_INTR_SOURCE, /**< interrupt of I2S1, level*/
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | periph_defs.h | 85 ETS_I2S1_INTR_SOURCE, /**< interrupt of I2S1, level*/
|
D | gdma_struct.h | 175 …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…
|
D | gdma_reg.h | 558 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
|
D | i2s_struct.h | 334 extern i2s_dev_t I2S1;
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | i2s_struct.h | 457 extern i2s_dev_t I2S1;
|
D | soc.h | 256 #define ETS_I2S1_INTR_SOURCE 33/**< interrupt of I2S1, level*/
|
D | clk_tree_defs.h | 454 CLKOUT_SIG_I2S1 = 15, /*!< I2S1 clock, depends on the i2s driver configuration */
|
/hal_espressif-latest/zephyr/port/pincfgs/ |
D | esp32.yml | 147 i2s1:
|
D | esp32s3.yml | 108 i2s1:
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | i2s_ll.h | 28 #define I2S_LL_GET_HW(num) (((num) == 0) ? (&I2S0) : (((num) == 1) ? (&I2S1) : NULL))
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | i2s_ll.h | 28 #define I2S_LL_GET_HW(num) (((num) == 0) ? (&I2S0) : &I2S1)
|