/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ |
D | stm32_wpan_common.h | 111 #undef SHRR 112 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) macro
|
/hal_stm32-latest/lib/stm32wb/hci/ |
D | utilities_common.h | 112 #undef SHRR 113 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) macro
|
D | stm32_wpan_common.h | 125 #undef SHRR 126 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) macro
|
D | app_common.h | 92 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) macro
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/ |
D | utilities_common.h | 113 #undef SHRR 114 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_dac.h | 1085 MODIFY_REG(DACx->SHRR, in LL_DAC_SetSampleAndHoldRefreshTime() 1101 …return (uint32_t)(READ_BIT(DACx->SHRR, DAC_SHRR_TREFRESH1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_M… in LL_DAC_GetSampleAndHoldRefreshTime()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_dac.h | 1082 MODIFY_REG(DACx->SHRR, in LL_DAC_SetSampleAndHoldRefreshTime() 1098 …return (uint32_t)(READ_BIT(DACx->SHRR, DAC_SHRR_TREFRESH1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_M… in LL_DAC_GetSampleAndHoldRefreshTime()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_dac.h | 1163 MODIFY_REG(DACx->SHRR, in LL_DAC_SetSampleAndHoldRefreshTime() 1181 …return (uint32_t)(READ_BIT(DACx->SHRR, DAC_SHRR_TREFRESH1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_M… in LL_DAC_GetSampleAndHoldRefreshTime()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_dac.h | 1213 MODIFY_REG(DACx->SHRR, in LL_DAC_SetSampleAndHoldRefreshTime() 1231 …return (uint32_t)(READ_BIT(DACx->SHRR, DAC_SHRR_TREFRESH1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_M… in LL_DAC_GetSampleAndHoldRefreshTime()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_dac.h | 1295 MODIFY_REG(DACx->SHRR, in LL_DAC_SetSampleAndHoldRefreshTime() 1316 …return (uint32_t)(READ_BIT(DACx->SHRR, DAC_SHRR_TREFRESH1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_M… in LL_DAC_GetSampleAndHoldRefreshTime()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_dac.h | 1228 MODIFY_REG(DACx->SHRR, in LL_DAC_SetSampleAndHoldRefreshTime() 1246 …return (uint32_t)(READ_BIT(DACx->SHRR, DAC_SHRR_TREFRESH1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_M… in LL_DAC_GetSampleAndHoldRefreshTime()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_dac.h | 1253 MODIFY_REG(DACx->SHRR, in LL_DAC_SetSampleAndHoldRefreshTime() 1271 …return (uint32_t)(READ_BIT(DACx->SHRR, DAC_SHRR_TREFRESH1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_M… in LL_DAC_GetSampleAndHoldRefreshTime()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_dac.h | 1232 MODIFY_REG(DACx->SHRR, in LL_DAC_SetSampleAndHoldRefreshTime() 1250 …return (uint32_t)(READ_BIT(DACx->SHRR, DAC_SHRR_TREFRESH1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_M… in LL_DAC_GetSampleAndHoldRefreshTime()
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/Core/Inc/ |
D | app_common.h | 95 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) macro
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Inc/ |
D | app_common.h | 93 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_dac.h | 1778 MODIFY_REG(DACx->SHRR, in LL_DAC_SetSampleAndHoldRefreshTime() 1799 …return (uint32_t)(READ_BIT(DACx->SHRR, DAC_SHRR_TREFRESH1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_M… in LL_DAC_GetSampleAndHoldRefreshTime()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_dac.c | 922 MODIFY_REG(hdac->Instance->SHRR, DAC_SHRR_TREFRESH1 << (Channel & 0x10UL), in HAL_DAC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_dac.c | 937 MODIFY_REG(hdac->Instance->SHRR, DAC_SHRR_TREFRESH1 << (Channel & 0x10UL), in HAL_DAC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_dac.c | 1128 MODIFY_REG(hdac->Instance->SHRR, DAC_SHRR_TREFRESH1 << (Channel & 0x10UL), in HAL_DAC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_dac.c | 1117 hdac->Instance->SHRR = (sConfig->DAC_SampleAndHoldConfig.DAC_RefreshTime) << Channel; in HAL_DAC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_dac.c | 1143 MODIFY_REG(hdac->Instance->SHRR, DAC_SHRR_TREFRESH1 << (Channel & 0x10UL), in HAL_DAC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_dac.c | 1148 MODIFY_REG(hdac->Instance->SHRR, DAC_SHRR_TREFRESH1 << (Channel & 0x10UL), in HAL_DAC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_dac.c | 1256 MODIFY_REG(hdac->Instance->SHRR, DAC_SHRR_TREFRESH1 << (Channel & 0x10UL), in HAL_DAC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_dac.c | 1343 MODIFY_REG(hdac->Instance->SHRR, DAC_SHRR_TREFRESH1 << (Channel & 0x10UL), in HAL_DAC_ConfigChannel()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_dac.c | 1299 …MODIFY_REG(hdac->Instance->SHRR, DAC_SHRR_TREFRESH1 << (Channel & 0x10UL), (sConfig->DAC_SampleAnd… in HAL_DAC_ConfigChannel()
|