Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dlc3.h52 #define BT_AUDIO_CODEC_CAP_LC3_DATA(_freq, _duration, _chan_count, _len_min, _len_max, \ argument
55 BT_AUDIO_CODEC_DATA(BT_AUDIO_CODEC_CAP_TYPE_FREQ, BT_BYTES_LIST_LE16(_freq)), \
88 #define BT_AUDIO_CODEC_CAP_LC3(_freq, _duration, _chan_count, _len_min, _len_max, \ argument
91 BT_AUDIO_CODEC_CAP_LC3_DATA(_freq, _duration, _chan_count, _len_min, \
105 #define BT_AUDIO_CODEC_CFG_LC3_DATA(_freq, _duration, _loc, _len, _frames_per_sdu) \ argument
107 BT_AUDIO_CODEC_DATA(BT_AUDIO_CODEC_CFG_FREQ, (_freq)), \
133 #define BT_AUDIO_CODEC_LC3_CONFIG(_freq, _duration, _loc, _len, _frames_per_sdu, _stream_context) \ argument
136 BT_AUDIO_CODEC_CFG_LC3_DATA(_freq, _duration, _loc, _len, _frames_per_sdu), \
/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h82 #define BT_A2DP_SBC_SINK_EP(_name, _freq, _ch_mode, _blk_len, _subband, _alloc_mthd, _min_bitpool, \ argument
86 .codec_ie = {_freq | _ch_mode, _blk_len | _subband | _alloc_mthd, _min_bitpool, \
111 #define BT_A2DP_SBC_SOURCE_EP(_name, _freq, _ch_mode, _blk_len, _subband, _alloc_mthd, \ argument
115 .codec_ie = {_freq | _ch_mode, _blk_len | _subband | _alloc_mthd, _min_bitpool, \
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_smartbond.c37 #define LCDC_SMARTBOND_CLK_DIV(_freq) \ argument
38 ((32000000U % (_freq)) ? (96000000U / (_freq)) : (32000000U / (_freq)))
/Zephyr-latest/drivers/display/
Ddisplay_renesas_lcdc.c32 #define LCDC_SMARTBOND_CLK_DIV(_freq) \ argument
33 ((32000000U % (_freq)) ? (96000000U / (_freq)) : (32000000U / (_freq)))