Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat_cntr.c185 const int32_t Adjust_Value = 4; in BLEPLAT_CNTR_GetTimer2TimeoutForIfs() local
187 const int32_t Adjust_Value = 6; in BLEPLAT_CNTR_GetTimer2TimeoutForIfs()
189 Tx_Delay_Comp = (TX_DELAY_START>>3) + Adjust_Value; in BLEPLAT_CNTR_GetTimer2TimeoutForIfs()
199 const int32_t Adjust_Value = 4; in BLEPLAT_CNTR_GetTimer2TimeoutForIfs() local
201 const int32_t Adjust_Value = 4; in BLEPLAT_CNTR_GetTimer2TimeoutForIfs()
203 Tx_Delay_Comp = (TX_DELAY_END>>3) + Adjust_Value; in BLEPLAT_CNTR_GetTimer2TimeoutForIfs()
211 const int32_t Adjust_Value = 1; in BLEPLAT_CNTR_GetTimer2TimeoutForIfs() local
213 const int32_t Adjust_Value = 2; in BLEPLAT_CNTR_GetTimer2TimeoutForIfs()
215 Tx_Delay_Comp = ((TX_DELAY_START + TX_DELAY_END)>>3) + Adjust_Value; in BLEPLAT_CNTR_GetTimer2TimeoutForIfs()