Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_subghz.c174 HAL_StatusTypeDef SUBGHZ_WaitOnBusy(SUBGHZ_HandleTypeDef *hsubghz);
830 (void)SUBGHZ_WaitOnBusy(hsubghz); in HAL_SUBGHZ_WriteRegisters()
895 (void)SUBGHZ_WaitOnBusy(hsubghz); in HAL_SUBGHZ_ReadRegisters()
1000 (void)SUBGHZ_WaitOnBusy(hsubghz); in HAL_SUBGHZ_ExecSetCmd()
1066 (void)SUBGHZ_WaitOnBusy(hsubghz); in HAL_SUBGHZ_ExecGetCmd()
1126 (void)SUBGHZ_WaitOnBusy(hsubghz); in HAL_SUBGHZ_WriteBuffer()
1190 (void)SUBGHZ_WaitOnBusy(hsubghz); in HAL_SUBGHZ_ReadBuffer()
1765 return (SUBGHZ_WaitOnBusy(hsubghz)); in SUBGHZ_CheckDeviceReady()
1774 HAL_StatusTypeDef SUBGHZ_WaitOnBusy(SUBGHZ_HandleTypeDef *hsubghz) in SUBGHZ_WaitOnBusy() function