Home
last modified time | relevance | path

Searched refs:i2s (Results 1 – 25 of 77) sorted by relevance

1234

/Zephyr-Core-3.5.0/tests/drivers/i2s/i2s_api/boards/
Dlitex_vexriscv.overlay1 /* i2s-node0 is the receiver
2 * i2s-node1 is the transmitter
7 i2s-node0 = &i2s_rx;
8 i2s-node1 = &i2s_tx;
Dlpcxpresso55s69_cpu0.overlay2 * i2s-node0 is the receiver
3 * i2s-node1 is the transmitter
8 i2s-node0 = &i2s0;
9 i2s-node1 = &i2s1;
Dmimxrt685_evk_cm33.overlay2 * i2s-node0 is the receiver
3 * i2s-node1 is the transmitter
8 i2s-node0 = &i2s0;
9 i2s-node1 = &i2s1;
Dmimxrt1170_evk_cm7.overlay2 * i2s-node0 is the receiver - uses SAI1 peripheral on RT1170
3 * i2s-node1 is the transmitter - uses SAI4 peripheral
8 i2s-node0 = &sai1;
9 i2s-node1 = &sai4;
D96b_argonkey.overlay1 /* i2s-node0 is the transmitter/receiver */
5 i2s-node0 = &i2s5;
Dnucleo_f411re.overlay1 /* i2s-node0 is the transmitter/receiver */
5 i2s-node0 = &i2s1;
D96b_stm32_sensor_mez.overlay1 /* i2s-node0 is the transmitter/receiver */
5 i2s-node0 = &i2s2;
Dsam_e70_xplained.overlay1 /* i2s-node0 is the transmitter/receiver */
5 i2s-node0 = &ssc;
Dsam_v71_xult.overlay1 /* i2s-node0 is the transmitter/receiver */
5 i2s-node0 = &ssc;
Dnrf52840dk_nrf52840.overlay1 /* i2s-node0 is the transmitter/receiver */
5 i2s-node0 = &i2s0;
Dnrf5340dk_nrf5340_cpuapp.overlay1 /* i2s-node0 is the transmitter/receiver */
5 i2s-node0 = &i2s0;
/Zephyr-Core-3.5.0/tests/drivers/i2s/i2s_speed/boards/
Dlitex_vexriscv.overlay1 /* i2s-node0 is the receiver
2 * i2s-node1 is the transmitter
7 i2s-node0 = &i2s_rx;
8 i2s-node1 = &i2s_tx;
Dlpcxpresso55s69_cpu0.overlay2 * i2s-node0 is the receiver
3 * i2s-node1 is the transmitter
8 i2s-node0 = &i2s0;
9 i2s-node1 = &i2s1;
Dmimxrt685_evk_cm33.overlay2 * i2s-node0 is the receiver
3 * i2s-node1 is the transmitter
8 i2s-node0 = &i2s0;
9 i2s-node1 = &i2s1;
Dmimxrt595_evk_cm33.overlay2 * i2s-node0 is the receiver
3 * i2s-node1 is the transmitter
8 i2s-node0 = &i2s0;
9 i2s-node1 = &i2s1;
Dmimxrt1170_evk_cm7.overlay2 * i2s-node0 is the receiver - uses SAI1 peripheral on RT1170
3 * i2s-node1 is the transmitter - uses SAI4 peripheral
8 i2s-node0 = &sai1;
9 i2s-node1 = &sai4;
D96b_argonkey.overlay1 /* i2s-node0 is the transmitter/receiver */
5 i2s-node0 = &i2s5;
D96b_stm32_sensor_mez.overlay1 /* i2s-node0 is the transmitter/receiver */
5 i2s-node0 = &i2s2;
Dnucleo_f411re.overlay1 /* i2s-node0 is the transmitter/receiver */
5 i2s-node0 = &i2s1;
Dnrf52840dk_nrf52840.overlay1 /* i2s-node0 is the transmitter/receiver */
5 i2s-node0 = &i2s0;
/Zephyr-Core-3.5.0/drivers/audio/
Dtlv320dac310x.c226 if (cfg->i2s.options & I2S_OPT_BIT_CLK_MASTER) { in codec_configure_dai()
230 if (cfg->i2s.options & I2S_OPT_FRAME_CLK_MASTER) { in codec_configure_dai()
234 switch (cfg->i2s.word_size) { in codec_configure_dai()
249 cfg->i2s.word_size); in codec_configure_dai()
261 struct i2s_config *i2s; in codec_configure_clocks() local
266 i2s = &cfg->dai_cfg.i2s; in codec_configure_clocks()
268 i2s->frame_clk_freq); in codec_configure_clocks()
287 osr_min = (DAC_MOD_CLK_FREQ_MIN + i2s->frame_clk_freq - 1) / in codec_configure_clocks()
288 i2s->frame_clk_freq; in codec_configure_clocks()
289 osr_max = DAC_MOD_CLK_FREQ_MAX / i2s->frame_clk_freq; in codec_configure_clocks()
[all …]
/Zephyr-Core-3.5.0/dts/arm/st/f4/
Dstm32f411.dtsi23 i2s1: i2s@40013000 {
24 compatible = "st,stm32-i2s";
36 i2s4: i2s@40013400 {
37 compatible = "st,stm32-i2s";
49 i2s5: i2s@40015000 {
50 compatible = "st,stm32-i2s";
Dstm32f410.dtsi38 i2s1: i2s@40013000 {
39 compatible = "st,stm32-i2s";
51 i2s2: i2s@40003800 {
52 compatible = "st,stm32-i2s";
64 i2s5: i2s@40015000 {
65 compatible = "st,stm32-i2s";
Dstm32f401.dtsi51 i2s2: i2s@40003800 {
52 compatible = "st,stm32-i2s";
64 i2s3: i2s@40003c00 {
65 compatible = "st,stm32-i2s";
/Zephyr-Core-3.5.0/drivers/i2s/
Di2s_ll_stm32.c164 LL_I2S_SetPrescalerLinear(cfg->i2s, i2s_div); in i2s_stm32_set_clock()
165 LL_I2S_SetPrescalerParity(cfg->i2s, i2s_odd); in i2s_stm32_set_clock()
245 LL_I2S_EnableMasterClock(cfg->i2s); in i2s_stm32_configure()
247 LL_I2S_DisableMasterClock(cfg->i2s); in i2s_stm32_configure()
255 LL_I2S_SetDataFormat(cfg->i2s, LL_I2S_DATAFORMAT_16B); in i2s_stm32_configure()
257 LL_I2S_SetDataFormat(cfg->i2s, LL_I2S_DATAFORMAT_24B); in i2s_stm32_configure()
259 LL_I2S_SetDataFormat(cfg->i2s, LL_I2S_DATAFORMAT_32B); in i2s_stm32_configure()
268 LL_I2S_SetStandard(cfg->i2s, LL_I2S_STANDARD_PHILIPS); in i2s_stm32_configure()
272 LL_I2S_SetStandard(cfg->i2s, LL_I2S_STANDARD_PCM_SHORT); in i2s_stm32_configure()
276 LL_I2S_SetStandard(cfg->i2s, LL_I2S_STANDARD_PCM_LONG); in i2s_stm32_configure()
[all …]

1234