Home
last modified time | relevance | path

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

/Zephyr-latest/modules/cmsis-dsp/
DKconfig176 * Vector 8-bit Integer Value Conversion
177 * Vector 16-bit Integer Value Conversion
178 * Vector 32-bit Integer Value Conversion
179 * Vector 16-bit Floating-Point Value Conversion
180 * Vector 32-bit Floating-Point Value Conversion
/Zephyr-latest/drivers/adc/
Dadc_stm32wb0.c291 uint32_t Conversion, uint32_t Channel) in ll_adc_set_conversion_channel() argument
304 const uint32_t reg = (Conversion & 8) ? 1 : 0; in ll_adc_set_conversion_channel()
305 const uint32_t shift = 4 * (Conversion & 7); in ll_adc_set_conversion_channel()
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.df278 bool "Conversion of IQ samples to 8 bits wide by 4 bits shift"
288 bool "Conversion of IQ samples to 8 bits wide by 2 bits shift"
299 bool "Conversion of IQ samples to 8 bits wide by use of 8 LSB"
/Zephyr-latest/doc/services/
Dformatted_output.rst107 **transient** package can be converted to **self-contained**. Conversion to
/Zephyr-latest/doc/kernel/services/timing/
Dclocks.rst45 Conversion subsection
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst2063 * :github:`10389` - Conversion of net core to new logger breaks WiFi driver builds