Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_subghz.c321 hsubghz->ErrorCode = HAL_SUBGHZ_ERROR_NONE; in HAL_SUBGHZ_Init()
403 hsubghz->ErrorCode = HAL_SUBGHZ_ERROR_NONE; in HAL_SUBGHZ_DeInit()
832 if (hsubghz->ErrorCode != HAL_SUBGHZ_ERROR_NONE) in HAL_SUBGHZ_WriteRegisters()
897 if (hsubghz->ErrorCode != HAL_SUBGHZ_ERROR_NONE) in HAL_SUBGHZ_ReadRegisters()
1003 if (hsubghz->ErrorCode != HAL_SUBGHZ_ERROR_NONE) in HAL_SUBGHZ_ExecSetCmd()
1068 if (hsubghz->ErrorCode != HAL_SUBGHZ_ERROR_NONE) in HAL_SUBGHZ_ExecGetCmd()
1128 if (hsubghz->ErrorCode != HAL_SUBGHZ_ERROR_NONE) in HAL_SUBGHZ_WriteBuffer()
1192 if (hsubghz->ErrorCode != HAL_SUBGHZ_ERROR_NONE) in HAL_SUBGHZ_ReadBuffer()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_subghz.h201 #define HAL_SUBGHZ_ERROR_NONE (0x00000000U) /*!< No error */ macro