We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sai_check_sanity
1 parent 46b32a7 commit 4722c50Copy full SHA for 4722c50
hal/sai_api.h
@@ -81,7 +81,7 @@ extern "C" {
81
*
82
* @{
83
*/
84
-
+
85
/**
86
* \defgroup hal_sai_tests sai hal tests
87
* The sai HAL tests ensure driver conformance to defined behaviour.
@@ -190,8 +190,7 @@ void sai_free(sai_t *obj);
190
* Checks init parameter sanity.
191
* @param init A config to be sanity checked.
192
* @return True if the init is sane.
193
- * @note It does not guaranty that this configuration will be supported by the
194
- * device.
+ * @note This does not verify that the device actually supports this configuration.
195
196
bool sai_check_sanity(sai_init_t *init);
197
0 commit comments