Home
last modified time | relevance | path

Searched refs:Resolution (Results 1 – 12 of 12) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_adc.c588 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init()
604 ADC_InitStruct->Resolution in LL_ADC_Init()
633 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
H A Dstm32f4xx_hal_adc.c325 assert_param(IS_ADC_RESOLUTION(hadc->Init.Resolution)); in HAL_ADC_Init()
1875 hadc->Instance->CR1 |= hadc->Init.Resolution; in ADC_Init()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_adc.c736 assert_param(IS_LL_ADC_RESOLUTION(ADC_InitStruct->Resolution)); in LL_ADC_Init()
754 ADC_InitStruct->Resolution in LL_ADC_Init()
778 ADC_InitStruct->Resolution = LL_ADC_RESOLUTION_12B; in LL_ADC_StructInit()
H A Dstm32l4xx_hal_adc.c420 assert_param(IS_ADC_RESOLUTION(hadc->Init.Resolution)); in HAL_ADC_Init()
581 hadc->Init.Resolution | in HAL_ADC_Init()
/btstack/3rd-party/lc3-google/
H A DREADME.md12 - High-Resolution mode, 48 KHz, and 96 kHz sampling rates.
38 - `LC3_PLUS_HR=0` turns off the support of the High-Resolution mode.
/btstack/3rd-party/lc3-google/conformance/
H A DREADME.md41 ## LC3 Plus High-Resolution
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_adc.h369 uint32_t Resolution; /*!< Set ADC resolution. member
1967 __STATIC_INLINE void LL_ADC_SetResolution(ADC_TypeDef *ADCx, uint32_t Resolution) in LL_ADC_SetResolution() argument
1969 MODIFY_REG(ADCx->CR1, ADC_CR1_RES, Resolution); in LL_ADC_SetResolution()
H A Dstm32f4xx_hal_adc.h62 uint32_t Resolution; /*!< Configures the ADC resolution. member
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_adc.h100 uint32_t Resolution; /*!< Configure the ADC resolution. member
H A Dstm32l4xx_ll_adc.h448 uint32_t Resolution; /*!< Set ADC resolution. member
2678 __STATIC_INLINE void LL_ADC_SetResolution(ADC_TypeDef *ADCx, uint32_t Resolution) in LL_ADC_SetResolution() argument
2680 MODIFY_REG(ADCx->CFGR, ADC_CFGR_RES, Resolution); in LL_ADC_SetResolution()
/btstack/chipset/
H A DREADME.md61 …(2) | LE DLE | Multiple LE Roles (3) | Classic SC (4) | LE Addr Resolution | BTstack folder…
/btstack/
H A DCHANGELOG.md95 - SM: respond to Pairing Request after Identity Resolution failed