Searched refs:test (Results 1 – 6 of 6) sorted by relevance
34 #define invalid_params_if(x, test) ({if (PARAM_ASSERTIONS_ENABLED(x)) assert(!(test));}) argument35 #define valid_params_if(x, test) ({if (PARAM_ASSERTIONS_ENABLED(x)) assert(test);}) argument36 #define hard_assert_if(x, test) ({if (PARAM_ASSERTIONS_ENABLED(x)) hard_assert(!(test));}) argument
40 * To test the example a SPI master needs to be connected, the SPI master needs to keep transmitting45 * A SPI master should be connected to test this example the SPI connections are as below: <br>
35 * This examples uses the IAP commands to read and write a small test
47 * The example also includes a test enable definition (XFERTEST) that will
626 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test627 # list. This list is created by putting \test commands in the documentation.855 # exclude all test directories for example use the pattern */test/*866 # exclude all test directories use the pattern */test/*
Completed in 29 milliseconds