Home
last modified time | relevance | path

Searched refs:test (Results 1 – 6 of 6) sorted by relevance

/external/platform/pico/common/pico_base/include/pico/
A Dassert.h34 #define invalid_params_if(x, test) ({if (PARAM_ASSERTIONS_ENABLED(x)) assert(!(test));}) argument
35 #define valid_params_if(x, test) ({if (PARAM_ASSERTIONS_ENABLED(x)) assert(test);}) argument
36 #define hard_assert_if(x, test) ({if (PARAM_ASSERTIONS_ENABLED(x)) hard_assert(!(test));}) argument
/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt_slave/example/
A Dreadme.dox40 * To test the example a SPI master needs to be connected, the SPI master needs to keep transmitting
45 * A SPI master should be connected to test this example the SPI connections are as below: <br>
/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling_slave/example/
A Dreadme.dox40 * To test the example a SPI master needs to be connected, the SPI master needs to keep transmitting
45 * A SPI master should be connected to test this example the SPI connections are as below: <br>
/external/platform/lpc15xx/lpcopen/periph_eeprom/example/
A Dreadme.dox35 * This examples uses the IAP commands to read and write a small test
/external/platform/lpc15xx/lpcopen/periph_dma_mem/example/
A Dreadme.dox47 * The example also includes a test enable definition (XFERTEST) that will
/external/platform/nrfx/doc/
A Dnrfx.doxyfile626 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
627 # 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