Home
last modified time | relevance | path

Searched refs:Offset (Results 1 – 25 of 64) sorted by relevance

123

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/RADIO_utils/Src/
DRADIO_utils.c257 void RADIO_ToneStart(uint8_t RF_Channel, uint8_t Offset, uint8_t PA_Level) in RADIO_ToneStart() argument
271 if (Offset == 1U) in RADIO_ToneStart()
275 else if (Offset == 2U) in RADIO_ToneStart()
439 tBleStatus aci_hal_tone_start(uint8_t RF_Channel, uint8_t Offset) in aci_hal_tone_start() argument
449 if ((RF_Channel >= 40U) || (Offset > 2U)) in aci_hal_tone_start()
484 RADIO_ToneStart(RF_Channel, Offset, pa_level); in aci_hal_tone_start()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_gtzc.c468 || ((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()
Dstm32l5xx_hal_dfsdm.c366 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-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_gtzc.c546 || ((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-latest/lib/stm32wba/STM32_WPAN/ble/stack/include/auto/
Dble_types.h2377 uint8_t Offset;
2389 uint8_t Offset;
3826 uint16_t Offset;
4583 uint16_t Offset;
4655 uint16_t Offset;
4715 uint16_t Offset;
4740 uint16_t Offset;
4755 uint16_t Offset;
4768 uint16_t Offset;
4777 uint16_t Offset;
[all …]
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_subghz.c1100 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-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gtzc.c590 ((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()
Dstm32u5xx_hal_mdf.c1895 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-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/RADIO_utils/Inc/
DRADIO_utils.h105 void RADIO_ToneStart(uint8_t RF_Channel, uint8_t Offset, uint8_t PA_Level);
178 uint8_t Offset);
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dbleplat.h147 uint16_t Offset,
151 int BLEPLAT_NvmCompare(uint16_t Offset, const uint8_t* pData, uint16_t Size);
Dble_api.h5378 tBleStatus aci_hal_write_config_data(uint8_t Offset,
5402 tBleStatus aci_hal_read_config_data(uint8_t Offset,
6214 tBleStatus aci_gap_get_bonded_devices(uint8_t Offset,
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_subghz.h371 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-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dfsdm.c366 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-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dfsdm.c369 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-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_dfsdm.c378 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-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dfsdm.c391 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-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_mdf.c1891 HAL_StatusTypeDef HAL_MDF_SetOffset(MDF_HandleTypeDef *hmdf, int32_t Offset) in HAL_MDF_SetOffset() argument
1897 assert_param(IS_MDF_OFFSET(Offset)); in HAL_MDF_SetOffset()
1907 hmdf->Instance->OECCR = (uint32_t) Offset; in HAL_MDF_SetOffset()
3388 assert_param(IS_MDF_OFFSET(pFilterConfig->Offset)); in MDF_AcqStart()
3389 hmdf->Instance->OECCR = (uint32_t) pFilterConfig->Offset; in MDF_AcqStart()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dfsdm.c378 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()
Dstm32h7xx_hal_adc.c2837 …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-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_adc.h2746 … void LL_ADC_ConfigureCalibPoint(ADC_TypeDef *ADCx, uint32_t Point, uint32_t Gain, uint32_t Offset) in LL_ADC_ConfigureCalibPoint() argument
2751 … ((Gain & ADC_COMP_1_GAIN1) | ((Offset << ADC_COMP_1_OFFSET1_Pos) & ADC_COMP_1_OFFSET1))); in LL_ADC_ConfigureCalibPoint()
2805 __STATIC_INLINE void LL_ADC_SetCalibPointOffset(ADC_TypeDef *ADCx, uint32_t Point, uint8_t Offset) in LL_ADC_SetCalibPointOffset() argument
2809 MODIFY_REG(*preg, ADC_COMP_1_OFFSET1, (Offset << ADC_COMP_1_OFFSET1_Pos)); in LL_ADC_SetCalibPointOffset()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_dfsdm.h109 int32_t Offset; /*!< DFSDM channel offset. member
586 …TypeDef HAL_DFSDM_ChannelModifyOffset(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, int32_t Offset);
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_dfsdm.h110 int32_t Offset; /*!< DFSDM channel offset. member
585 …TypeDef HAL_DFSDM_ChannelModifyOffset(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, int32_t Offset);
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_dfsdm.h109 int32_t Offset; /*!< DFSDM channel offset. member
594 …TypeDef HAL_DFSDM_ChannelModifyOffset(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, int32_t Offset);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dfsdm.h109 int32_t Offset; /*!< DFSDM channel offset. member
603 …TypeDef HAL_DFSDM_ChannelModifyOffset(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, int32_t Offset);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_dfsdm.h118 int32_t Offset; /*!< DFSDM channel offset. member
638 …TypeDef HAL_DFSDM_ChannelModifyOffset(DFSDM_Channel_HandleTypeDef *hdfsdm_channel, int32_t Offset);

123