Home
last modified time | relevance | path

Searched refs:IQ_SAMPLE_CONVERT_12_TO_8_BIT (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_df_types.h82 #define IQ_SAMPLE_CONVERT_12_TO_8_BIT(x) ((int16_t)((x) >> 4)) macro
84 #define IQ_SAMPLE_CONVERT_12_TO_8_BIT(x) ((int16_t)((x) >> 2)) macro
86 #define IQ_SAMPLE_CONVERT_12_TO_8_BIT(x) ((int8_t)(x)) macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c2950 : IQ_SAMPLE_CONVERT_12_TO_8_BIT(data); in iq_convert_12_to_8_bits()
2952 int16_t data_conv = IQ_SAMPLE_CONVERT_12_TO_8_BIT(data); in iq_convert_12_to_8_bits()