Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat_cntr.c172 uint32_t BLEPLAT_CNTR_GetTimer2TimeoutForIfs(uint32_t T_Ifs, BLEPLAT_CNTR_Transaction Transaction, … in BLEPLAT_CNTR_GetTimer2TimeoutForIfs() argument
178 if(Transaction == BLEPLAT_CNTR_RxTx) in BLEPLAT_CNTR_GetTimer2TimeoutForIfs()
191 else if(Transaction == BLEPLAT_CNTR_TxRx) in BLEPLAT_CNTR_GetTimer2TimeoutForIfs()
205 else if(Transaction == BLEPLAT_CNTR_TxTx) in BLEPLAT_CNTR_GetTimer2TimeoutForIfs()
222 if((Transaction == BLEPLAT_CNTR_RxTx) || (Transaction == BLEPLAT_CNTR_TxTx)) in BLEPLAT_CNTR_GetTimer2TimeoutForIfs()
233 else if((Transaction == BLEPLAT_CNTR_TxRx) || (Transaction == BLEPLAT_CNTR_RxRx)) in BLEPLAT_CNTR_GetTimer2TimeoutForIfs()
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dbleplat_cntr.h242 uint32_t BLEPLAT_CNTR_GetTimer2TimeoutForIfs(uint32_t T_Ifs, BLEPLAT_CNTR_Transaction Transaction, …