Home
last modified time | relevance | path

Searched refs:SHRR (Results 1 – 25 of 128) sorted by relevance

123456

/hal_stm32-3.5.0/lib/stm32wb/hci/
Dutilities_common.h112 #undef SHRR
113 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) macro
Dstm32_wpan_common.h125 #undef SHRR
126 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) macro
Dapp_common.h92 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) macro
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_dac.h1082 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-3.5.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_dac.h1217 MODIFY_REG(DACx->SHRR, in LL_DAC_SetSampleAndHoldRefreshTime()
1235 …return (uint32_t)(READ_BIT(DACx->SHRR, DAC_SHRR_TREFRESH1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_M… in LL_DAC_GetSampleAndHoldRefreshTime()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_dac.h1164 MODIFY_REG(DACx->SHRR, in LL_DAC_SetSampleAndHoldRefreshTime()
1182 …return (uint32_t)(READ_BIT(DACx->SHRR, DAC_SHRR_TREFRESH1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_M… in LL_DAC_GetSampleAndHoldRefreshTime()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_dac.h1295 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-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_dac.h1229 MODIFY_REG(DACx->SHRR, in LL_DAC_SetSampleAndHoldRefreshTime()
1247 …return (uint32_t)(READ_BIT(DACx->SHRR, DAC_SHRR_TREFRESH1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_M… in LL_DAC_GetSampleAndHoldRefreshTime()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_dac.h1232 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-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_dac.h1252 MODIFY_REG(DACx->SHRR, in LL_DAC_SetSampleAndHoldRefreshTime()
1270 …return (uint32_t)(READ_BIT(DACx->SHRR, DAC_SHRR_TREFRESH1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_M… in LL_DAC_GetSampleAndHoldRefreshTime()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_dac.h1766 MODIFY_REG(DACx->SHRR, in LL_DAC_SetSampleAndHoldRefreshTime()
1787 …return (uint32_t)(READ_BIT(DACx->SHRR, DAC_SHRR_TREFRESH1 << (DAC_Channel & DAC_CR_CHX_BITOFFSET_M… in LL_DAC_GetSampleAndHoldRefreshTime()
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_dac.c922 MODIFY_REG(hdac->Instance->SHRR, DAC_SHRR_TREFRESH1 << (Channel & 0x10UL), in HAL_DAC_ConfigChannel()
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dac.c1117 hdac->Instance->SHRR = (sConfig->DAC_SampleAndHoldConfig.DAC_RefreshTime) << Channel; in HAL_DAC_ConfigChannel()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dac.c1099 MODIFY_REG(hdac->Instance->SHRR, DAC_SHRR_TREFRESH1 << (Channel & 0x10UL), in HAL_DAC_ConfigChannel()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_dac.c1122 MODIFY_REG(hdac->Instance->SHRR, DAC_SHRR_TREFRESH1 << (Channel & 0x10UL), in HAL_DAC_ConfigChannel()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_dac.c1084 MODIFY_REG(hdac->Instance->SHRR, DAC_SHRR_TREFRESH1 << (Channel & 0x10UL), in HAL_DAC_ConfigChannel()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_dac.c1189 MODIFY_REG(hdac->Instance->SHRR, DAC_SHRR_TREFRESH1 << (Channel & 0x10UL), in HAL_DAC_ConfigChannel()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dac.c1335 MODIFY_REG(hdac->Instance->SHRR, DAC_SHRR_TREFRESH1 << (Channel & 0x10UL), in HAL_DAC_ConfigChannel()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dac.c1291 …MODIFY_REG(hdac->Instance->SHRR, DAC_SHRR_TREFRESH1 << (Channel & 0x10UL), (sConfig->DAC_SampleAnd… in HAL_DAC_ConfigChannel()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dac.c1325 MODIFY_REG(hdac->Instance->SHRR, DAC_SHRR_TREFRESH1 << (Channel & 0x10UL), in HAL_DAC_ConfigChannel()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/soc/
Dstm32g051xx.h210 …__IO uint32_t SHRR; /*!< DAC Sample and Hold refresh time register, Address o… member
Dstm32g061xx.h211 …__IO uint32_t SHRR; /*!< DAC Sample and Hold refresh time register, Address o… member
Dstm32g071xx.h224 …__IO uint32_t SHRR; /*!< DAC Sample and Hold refresh time register, Address o… member
/hal_stm32-3.5.0/stm32cube/stm32wlxx/soc/
Dstm32wle4xx.h279 …__IO uint32_t SHRR; /*!< DAC Sample and Hold refresh time register, Address o… member
Dstm32wle5xx.h279 …__IO uint32_t SHRR; /*!< DAC Sample and Hold refresh time register, Address o… member

123456