The assert_param macro is used for function's parameters check.
More...
The assert_param macro is used for function's parameters check.
- Uncomment the line below to expanse the "assert_param" macro in the drivers code */* Exported macro ---------------------------------------------------------—*/
- Parameters
-
| expr | If expr is false, it calls assert_failed function which reports the name of the source file and the source line number of the call that failed. If expr is true, it returns no value. |
- Return values
-
- Exported functions ----------------------------------------------------— */