Home
last modified time | relevance | path

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

/Zephyr-latest/samples/drivers/i2s/i2s_codec/src/
Dmain.c18 #define SAMPLE_BIT_WIDTH (16U) macro
74 .pcm_width = SAMPLE_BIT_WIDTH, in main()
115 audio_cfg.dai_cfg.i2s.word_size = SAMPLE_BIT_WIDTH; in main()
143 config.word_size = SAMPLE_BIT_WIDTH; in main()
/Zephyr-latest/samples/drivers/audio/dmic/src/
Dmain.c14 #define SAMPLE_BIT_WIDTH 16 macro
89 .pcm_width = SAMPLE_BIT_WIDTH, in main()
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/src/
Dmain.c25 #define SAMPLE_BIT_WIDTH 16 macro
27 #define BYTES_PER_SAMPLE DIV_ROUND_UP(SAMPLE_BIT_WIDTH, 8)
270 config.word_size = SAMPLE_BIT_WIDTH; in main()
/Zephyr-latest/samples/drivers/i2s/echo/src/
Dmain.c24 #define SAMPLE_BIT_WIDTH 16 macro
275 config.word_size = SAMPLE_BIT_WIDTH; in main()
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/src/
Dmain.c27 #define SAMPLE_BIT_WIDTH 16 macro
29 #define BYTES_PER_SAMPLE DIV_ROUND_UP(SAMPLE_BIT_WIDTH, 8)
533 config.word_size = SAMPLE_BIT_WIDTH; in main()
/Zephyr-latest/tests/drivers/audio/dmic_api/src/
Dmain.c20 #define SAMPLE_BIT_WIDTH 16 macro
42 .pcm_width = SAMPLE_BIT_WIDTH,