/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_gtzc.c | 468 || ((pMPCWM_Desc->Offset % GTZC_TZSC_MPCWM_GRANULARITY) != 0U) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 537 if ((pMPCWM_Desc->Offset > size) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 538 || ((pMPCWM_Desc->Offset + pMPCWM_Desc->Length) > size)) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 544 reg_value = ((pMPCWM_Desc->Offset / GTZC_TZSC_MPCWM_GRANULARITY) << start_pos) & start_msk; in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 598 pMPCWM_Desc[0].Offset = ((reg_value & start_msk) >> start_pos) * GTZC_TZSC_MPCWM_GRANULARITY; in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() 631 pMPCWM_Desc[1].Offset = ((reg_value & start_msk) >> start_pos) * GTZC_TZSC_MPCWM_GRANULARITY; in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
|
D | stm32l5xx_hal_dfsdm.c | 366 assert_param(IS_DFSDM_CHANNEL_OFFSET(hdfsdm_channel->Init.Offset)); in HAL_DFSDM_ChannelInit() 435 …hdfsdm_channel->Instance->CHCFGR2 |= (((uint32_t) hdfsdm_channel->Init.Offset << DFSDM_CHCFGR2_OFF… in HAL_DFSDM_ChannelInit() 1178 int32_t Offset) in HAL_DFSDM_ChannelModifyOffset() argument 1184 assert_param(IS_DFSDM_CHANNEL_OFFSET(Offset)); in HAL_DFSDM_ChannelModifyOffset() 1196 hdfsdm_channel->Instance->CHCFGR2 |= ((uint32_t) Offset << DFSDM_CHCFGR2_OFFSET_Pos); in HAL_DFSDM_ChannelModifyOffset()
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_gtzc.c | 546 || ((pMPCWM_Desc->Offset % granularity) != 0U) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 628 if ((pMPCWM_Desc->Offset > size) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 629 || ((pMPCWM_Desc->Offset in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 637 reg_value = ((pMPCWM_Desc->Offset / granularity) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 721 pMPCWM_Desc[0].Offset = ((reg_value & GTZC_TZSC_MPCWMR_SUBZ_START_Msk) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() 752 pMPCWM_Desc[1].Offset = ((reg_value & GTZC_TZSC_MPCWMR_SUBZ_START_Msk) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
|
/hal_stm32-3.7.0/lib/stm32wba/hci/auto/ |
D | ble_types.h | 2369 uint8_t Offset; 2381 uint8_t Offset; 3764 uint16_t Offset; 4521 uint16_t Offset; 4593 uint16_t Offset; 4653 uint16_t Offset; 4678 uint16_t Offset; 4693 uint16_t Offset; 4706 uint16_t Offset; 4715 uint16_t Offset; [all …]
|
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_subghz.c | 1100 uint8_t Offset, in HAL_SUBGHZ_WriteBuffer() argument 1117 (void)SUBGHZSPI_Transmit(hsubghz, Offset); in HAL_SUBGHZ_WriteBuffer() 1160 uint8_t Offset, in HAL_SUBGHZ_ReadBuffer() argument 1178 (void)SUBGHZSPI_Transmit(hsubghz, Offset); in HAL_SUBGHZ_ReadBuffer()
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_gtzc.c | 590 ((pMPCWM_Desc->Offset % granularity) != 0U) || in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 682 if ((pMPCWM_Desc->Offset > size) || in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 683 ((pMPCWM_Desc->Offset + pMPCWM_Desc->Length) > size)) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 689 reg_value = ((pMPCWM_Desc->Offset / granularity) in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes() 766 pMPCWM_Desc[0].Offset = ((reg_value & GTZC_TZSC_MPCWMR_SUBZ_START_Msk) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes() 783 pMPCWM_Desc[1].Offset = ((reg_value & GTZC_TZSC_MPCWMR_SUBZ_START_Msk) in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
|
D | stm32u5xx_hal_mdf.c | 1895 HAL_StatusTypeDef HAL_MDF_SetOffset(MDF_HandleTypeDef *hmdf, int32_t Offset) in HAL_MDF_SetOffset() argument 1901 assert_param(IS_MDF_OFFSET(Offset)); in HAL_MDF_SetOffset() 1911 hmdf->Instance->OECCR = (uint32_t) Offset; in HAL_MDF_SetOffset() 3399 assert_param(IS_MDF_OFFSET(pFilterConfig->Offset)); in MDF_AcqStart() 3400 hmdf->Instance->OECCR = (uint32_t) pFilterConfig->Offset; in MDF_AcqStart()
|
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_subghz.h | 371 HAL_StatusTypeDef HAL_SUBGHZ_WriteBuffer(SUBGHZ_HandleTypeDef *hsubghz, uint8_t Offset, uint8_t *pB… 373 HAL_StatusTypeDef HAL_SUBGHZ_ReadBuffer(SUBGHZ_HandleTypeDef *hsubghz, uint8_t Offset, uint8_t *pBu…
|
/hal_stm32-3.7.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_dfsdm.c | 366 assert_param(IS_DFSDM_CHANNEL_OFFSET(hdfsdm_channel->Init.Offset)); in HAL_DFSDM_ChannelInit() 435 …hdfsdm_channel->Instance->CHCFGR2 |= (((uint32_t) hdfsdm_channel->Init.Offset << DFSDM_CHCFGR2_OFF… in HAL_DFSDM_ChannelInit() 1178 int32_t Offset) in HAL_DFSDM_ChannelModifyOffset() argument 1184 assert_param(IS_DFSDM_CHANNEL_OFFSET(Offset)); in HAL_DFSDM_ChannelModifyOffset() 1196 hdfsdm_channel->Instance->CHCFGR2 |= ((uint32_t) Offset << DFSDM_CHCFGR2_OFFSET_Pos); in HAL_DFSDM_ChannelModifyOffset()
|
D | stm32mp1xx_hal_adc.c | 2704 …assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), pConfig->Offset/(hadc->Init.Oversampling.Ratio… in HAL_ADC_ConfigChannel() 2708 assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), pConfig->Offset)); in HAL_ADC_ConfigChannel() 2766 tmpOffsetShifted = ADC_OFFSET_SHIFT_RESOLUTION(hadc, (uint32_t)pConfig->Offset); in HAL_ADC_ConfigChannel()
|
/hal_stm32-3.7.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_dfsdm.c | 369 assert_param(IS_DFSDM_CHANNEL_OFFSET(hdfsdm_channel->Init.Offset)); in HAL_DFSDM_ChannelInit() 438 …hdfsdm_channel->Instance->CHCFGR2 |= (((uint32_t) hdfsdm_channel->Init.Offset << DFSDM_CHCFGR2_OFF… in HAL_DFSDM_ChannelInit() 1180 int32_t Offset) in HAL_DFSDM_ChannelModifyOffset() argument 1186 assert_param(IS_DFSDM_CHANNEL_OFFSET(Offset)); in HAL_DFSDM_ChannelModifyOffset() 1198 hdfsdm_channel->Instance->CHCFGR2 |= ((uint32_t) Offset << DFSDM_CHCFGR2_OFFSET_Pos); in HAL_DFSDM_ChannelModifyOffset()
|
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_dfsdm.c | 378 assert_param(IS_DFSDM_CHANNEL_OFFSET(hdfsdm_channel->Init.Offset)); in HAL_DFSDM_ChannelInit() 447 …hdfsdm_channel->Instance->CHCFGR2 |= (((uint32_t) hdfsdm_channel->Init.Offset << DFSDM_CHCFGR2_OFF… in HAL_DFSDM_ChannelInit() 1190 int32_t Offset) in HAL_DFSDM_ChannelModifyOffset() argument 1196 assert_param(IS_DFSDM_CHANNEL_OFFSET(Offset)); in HAL_DFSDM_ChannelModifyOffset() 1208 hdfsdm_channel->Instance->CHCFGR2 |= ((uint32_t) Offset << DFSDM_CHCFGR2_OFFSET_Pos); in HAL_DFSDM_ChannelModifyOffset()
|
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_dfsdm.c | 391 assert_param(IS_DFSDM_CHANNEL_OFFSET(hdfsdm_channel->Init.Offset)); in HAL_DFSDM_ChannelInit() 475 …hdfsdm_channel->Instance->CHCFGR2 |= (((uint32_t) hdfsdm_channel->Init.Offset << DFSDM_CHCFGR2_OFF… in HAL_DFSDM_ChannelInit() 554 …hdfsdm_channel->Instance->CHCFGR2 |= (((uint32_t) hdfsdm_channel->Init.Offset << DFSDM_CHCFGR2_OFF… in HAL_DFSDM_ChannelInit() 1612 int32_t Offset) in HAL_DFSDM_ChannelModifyOffset() argument 1618 assert_param(IS_DFSDM_CHANNEL_OFFSET(Offset)); in HAL_DFSDM_ChannelModifyOffset() 1630 hdfsdm_channel->Instance->CHCFGR2 |= ((uint32_t) Offset << DFSDM_CHCFGR2_OFFSET_Pos); in HAL_DFSDM_ChannelModifyOffset()
|
/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_dfsdm.c | 378 assert_param(IS_DFSDM_CHANNEL_OFFSET(hdfsdm_channel->Init.Offset)); in HAL_DFSDM_ChannelInit() 466 …hdfsdm_channel->Instance->CHCFGR2 |= (((uint32_t) hdfsdm_channel->Init.Offset << DFSDM_CHCFGR2_OFF… in HAL_DFSDM_ChannelInit() 1358 int32_t Offset) in HAL_DFSDM_ChannelModifyOffset() argument 1364 assert_param(IS_DFSDM_CHANNEL_OFFSET(Offset)); in HAL_DFSDM_ChannelModifyOffset() 1376 hdfsdm_channel->Instance->CHCFGR2 |= ((uint32_t) Offset << DFSDM_CHCFGR2_OFFSET_Pos); in HAL_DFSDM_ChannelModifyOffset()
|
D | stm32h7xx_hal_adc.c | 2837 …assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), sConfig->Offset / (hadc->Init.Oversampling.Rat… in HAL_ADC_ConfigChannel() 2844 assert_param(IS_ADC3_RANGE(ADC_GET_RESOLUTION(hadc), sConfig->Offset)); in HAL_ADC_ConfigChannel() 2849 assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), sConfig->Offset)); in HAL_ADC_ConfigChannel() 2929 tmpOffsetShifted = ADC3_OFFSET_SHIFT_RESOLUTION(hadc, (uint32_t)sConfig->Offset); in HAL_ADC_ConfigChannel() 2934 tmpOffsetShifted = ADC_OFFSET_SHIFT_RESOLUTION(hadc, (uint32_t)sConfig->Offset); in HAL_ADC_ConfigChannel()
|
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_dfsdm.h | 109 int32_t Offset; /*!< DFSDM channel offset. member 586 …TypeDef HAL_DFSDM_ChannelModifyOffset(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, int32_t Offset);
|
D | stm32l5xx_hal_gtzc.h | 68 uint32_t Offset; /*!< Offset of the watermark area, starting from the selected member
|
/hal_stm32-3.7.0/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_dfsdm.h | 109 int32_t Offset; /*!< DFSDM channel offset. member 594 …TypeDef HAL_DFSDM_ChannelModifyOffset(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, int32_t Offset);
|
/hal_stm32-3.7.0/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_dfsdm.h | 110 int32_t Offset; /*!< DFSDM channel offset. member 585 …TypeDef HAL_DFSDM_ChannelModifyOffset(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, int32_t Offset);
|
/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_dfsdm.h | 109 int32_t Offset; /*!< DFSDM channel offset. member 603 …TypeDef HAL_DFSDM_ChannelModifyOffset(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, int32_t Offset);
|
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_dfsdm.h | 118 int32_t Offset; /*!< DFSDM channel offset. member 638 …TypeDef HAL_DFSDM_ChannelModifyOffset(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, int32_t Offset);
|
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_dfsdm.h | 110 int32_t Offset; /*!< DFSDM channel offset. member 815 …TypeDef HAL_DFSDM_ChannelModifyOffset(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, int32_t Offset);
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_mdf.h | 273 int32_t Offset; /*!< Filter offset error compensation. member 862 HAL_StatusTypeDef HAL_MDF_SetOffset(MDF_HandleTypeDef *hmdf, int32_t Offset);
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_gtzc.h | 74 uint32_t Offset; /*!< Offset of the watermark area, starting from the selected member
|
/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_sdadc.h | 119 uint32_t Offset; /*!< Specifies the 12-bit offset value. member
|