Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat.c221 void BLEPLAT_AntIdxRemap(uint8_t AntPattLen, uint8_t *pAntRamTable, const uint8_t* pAntPatt) in BLEPLAT_AntIdxRemap() argument
223 RADIO_AntIdxRemap(AntPattLen, pAntRamTable, pAntPatt); in BLEPLAT_AntIdxRemap()
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/RADIO_utils/Src/
DRADIO_utils.c345 void RADIO_AntIdxRemap(uint8_t AntPattLen, uint8_t *pAntRamTable, const uint8_t* pAntPatt) in RADIO_AntIdxRemap() argument
348 for (uint8_t i=0; i<AntPattLen; i++) in RADIO_AntIdxRemap()
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/RADIO_utils/Inc/
DRADIO_utils.h103 void RADIO_AntIdxRemap(uint8_t AntPattLen, uint8_t *pAntRamTable, const uint8_t* pAntPatt);