/**
* @brief Get the backend library name according to the type of HAL module
- * @param[in] HAL module id among enum hal_moudle
+ * @param[in] HAL module id among enum hal_module
* @param[out] Backend Library name of HAL module
* @param[in] Arrary size of name[]
* @return @c 0 on success, otherwise a negative error value
/**
* @brief Get the backend symbol name according to the type of HAL module
- * @param[in] HAL module id among enum hal_moudle
+ * @param[in] HAL module id among enum hal_module
* @param[out] Backend symbol name of HAL module
* @param[in] Arrary size of name[]
* @return @c 0 on success, otherwise a negative error value
/**
* @brief Get the backend module name according to the type of HAL module
- * @param[in] HAL module id among enum hal_moudle
+ * @param[in] HAL module id among enum hal_module
* @param[out] Backend module name of HAL module
* @param[in] Arrary size of name[]
* @return @c 0 on success, otherwise a negative error value
/**
* @brief Get the backend data according to the type of HAL module
- * @param[in] HAL module id among enum hal_moudle
+ * @param[in] HAL module id among enum hal_module
* @param[out] Data pointer where 'hal_backend_[module]_funcs' instance
* should be stored from HAL backend binary.
* @return @c 0 on success, otherwise a negative error value
/**
* @brief Put the backend data according to the type of HAL module
- * @param[in] HAL module id among enum hal_moudle
+ * @param[in] HAL module id among enum hal_module
* @param[in] Data pointer where 'hal_backend_[module]_funcs' instance
* @return @c 0 on success, otherwise a negative error value
*/
/**
* @brief Get the backend data with the specific library name according to the type of HAL module
- * @param[in] HAL module id among enum hal_moudle
+ * @param[in] HAL module id among enum hal_module
* @param[out] Data pointer where 'hal_backend_[module]_funcs' instance
* should be stored from HAL backend binary.
* @param[in] HAL backend library name which is not default library name
/**
* @brief Put the backend data with the specific library name according to the type of HAL module
- * @param[in] HAL module id among enum hal_moudle
+ * @param[in] HAL module id among enum hal_module
* @param[in] Data pointer where 'hal_backend_[module]_funcs' instance
* @param[in] HAL backend library name which is not default library name
* @return @c 0 on success, otherwise a negative error value
/**
* @brief Get the backend HAL major/minor version according to the type of HAL module
- * @param[in] HAL module id among enum hal_moudle
+ * @param[in] HAL module id among enum hal_module
* @return @c 0 on success, otherwise a negative error value
*/
int hal_common_get_backend_version(enum hal_module module, unsigned int *major_version, unsigned int *minor_version);
/**
* @brief Get the backend name according to the type of HAL module
- * @param[in] HAL module id among enum hal_moudle
+ * @param[in] HAL module id among enum hal_module
* @param[out] Backend name of HAL module
* @param[in] Arrary size of name[]
* @return @c positive integer value on success, otherwise a zero error value
/**
* @brief Get the backend vendor description according to the type of HAL module
- * @param[in] HAL module id among enum hal_moudle
+ * @param[in] HAL module id among enum hal_module
* @param[out] Backend vendor description of HAL module
* @param[in] Arrary size of vendor[]
* @return @c positive integer value on success, otherwise a zero error value
/**
* @brief Get the number of the backend libraries according to the type of HAL module
- * @param[in] HAL module id among enum hal_moudle
+ * @param[in] HAL module id among enum hal_module
* @return @c 0 on success, otherwise a negative error value
*/
int hal_common_get_backend_count(enum hal_module module);
/**
* @brief Get the backend library names according to the type of HAL module
- * @param[in] HAL module id among enum hal_moudle
+ * @param[in] HAL module id among enum hal_module
* @param[out] Data pointer should be filled by backend library names
* @param[in] Number of backend library of specific HAL module
* @param[in] Maximum length of the library name