Searched refs:HAL_SUBGHZ_ERROR_NONE (Results 1 – 2 of 2) sorted by relevance
321 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()
201 #define HAL_SUBGHZ_ERROR_NONE (0x00000000U) /*!< No error */ macro