| /bsp/microchip/samd51-adafruit-metro-m4/bsp/ |
| A D | AtmelStart.gpdsc | 24 <condition id="CMSIS Device Startup"> 28 </condition> 29 <condition id="ARMCC, GCC, IAR"> 34 </condition> 35 <condition id="GCC"> 38 </condition> 201 <file category="include" condition="ARMCC, GCC, IAR" name=""/> 218 <file category="include" condition="ARMCC, GCC, IAR" name="hri"/> 219 <file category="include" condition="ARMCC, GCC, IAR" name=""/> 221 <file category="include" condition="ARMCC, GCC, IAR" name="usb"/> [all …]
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/ |
| A D | AtmelStart.gpdsc | 24 <condition id="CMSIS Device Startup"> 28 </condition> 29 <condition id="ARMCC, GCC, IAR"> 34 </condition> 35 <condition id="GCC"> 38 </condition> 201 <file category="include" condition="ARMCC, GCC, IAR" name=""/> 218 <file category="include" condition="ARMCC, GCC, IAR" name="hri"/> 219 <file category="include" condition="ARMCC, GCC, IAR" name=""/> 221 <file category="include" condition="ARMCC, GCC, IAR" name="usb"/> [all …]
|
| /bsp/microchip/same54/bsp/ |
| A D | AtmelStart.gpdsc | 24 <condition id="CMSIS Device Startup"> 28 </condition> 29 <condition id="ARMCC, GCC, IAR"> 34 </condition> 35 <condition id="GCC"> 38 </condition> 154 <file category="source" condition="ARMCC, GCC, IAR" name="main.c"/> 216 <file category="include" condition="ARMCC, GCC, IAR" name=""/> 235 <file category="include" condition="ARMCC, GCC, IAR" name="hri"/> 236 <file category="include" condition="ARMCC, GCC, IAR" name=""/> [all …]
|
| /bsp/microchip/same70/bsp/ |
| A D | AtmelStart.gpdsc | 24 <condition id="CMSIS Device Startup"> 28 </condition> 29 <condition id="ARMCC, GCC, IAR"> 34 </condition> 35 <condition id="GCC"> 38 </condition> 142 <file category="source" condition="ARMCC, GCC, IAR" name="main.c"/> 188 <file category="include" condition="ARMCC, GCC, IAR" name=""/> 202 <file category="include" condition="ARMCC, GCC, IAR" name="hri"/> 203 <file category="include" condition="ARMCC, GCC, IAR" name=""/> [all …]
|
| /bsp/microchip/saml10/bsp/ |
| A D | AtmelStart.gpdsc | 24 <condition id="CMSIS Device Startup"> 28 </condition> 29 <condition id="ARMCC, GCC, IAR"> 34 </condition> 35 <condition id="GCC"> 38 </condition> 169 <file category="include" condition="ARMCC, GCC, IAR" name=""/> 170 <file category="include" condition="ARMCC, GCC, IAR" name="config"/> 181 <file category="include" condition="ARMCC, GCC, IAR" name="hpl/pm"/> 184 <file category="include" condition="ARMCC, GCC, IAR" name="hri"/> [all …]
|
| /bsp/microchip/samc21/bsp/ |
| A D | AtmelStart.gpdsc | 24 <condition id="CMSIS Device Startup"> 28 </condition> 29 <condition id="ARMCC, GCC, IAR"> 34 </condition> 35 <condition id="GCC"> 38 </condition> 140 <file category="source" condition="ARMCC, GCC, IAR" name="main.c"/> 195 <file category="include" condition="ARMCC, GCC, IAR" name=""/> 196 <file category="include" condition="ARMCC, GCC, IAR" name="config"/> 213 <file category="include" condition="ARMCC, GCC, IAR" name="hri"/> [all …]
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_assert.h | 174 # define SDL_assert(condition) SDL_disabled_assert(condition) argument 175 # define SDL_assert_release(condition) SDL_disabled_assert(condition) argument 176 # define SDL_assert_paranoid(condition) SDL_disabled_assert(condition) argument 178 # define SDL_assert(condition) SDL_disabled_assert(condition) 179 # define SDL_assert_release(condition) SDL_enabled_assert(condition) 182 # define SDL_assert(condition) SDL_enabled_assert(condition) 183 # define SDL_assert_release(condition) SDL_enabled_assert(condition) 186 # define SDL_assert(condition) SDL_enabled_assert(condition) 187 # define SDL_assert_release(condition) SDL_enabled_assert(condition) 188 # define SDL_assert_paranoid(condition) SDL_enabled_assert(condition) [all …]
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/utils/include/ |
| A D | utils_assert.h | 56 #define ASSERT(condition) ASSERT_IMPL((condition), __FILE__, __LINE__) argument 61 #define ASSERT_IMPL(condition, file, line) … argument 62 …if (!(condition)) … 65 #define ASSERT_IMPL(condition, file, line) assert((condition), file, line) 71 #define ASSERT_IMPL(condition, file, line) ((void)0) 73 #define ASSERT_IMPL(condition, file, line) ((void)0) 88 void assert(const bool condition, const char *const file, const int line);
|
| /bsp/microchip/samc21/bsp/hal/utils/include/ |
| A D | utils_assert.h | 56 #define ASSERT(condition) ASSERT_IMPL((condition), __FILE__, __LINE__) argument 61 #define ASSERT_IMPL(condition, file, line) … argument 62 …if (!(condition)) … 65 #define ASSERT_IMPL(condition, file, line) assert((condition), file, line) 71 #define ASSERT_IMPL(condition, file, line) ((void)0) 73 #define ASSERT_IMPL(condition, file, line) ((void)0) 88 void assert(const bool condition, const char *const file, const int line);
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/utils/include/ |
| A D | utils_assert.h | 56 #define ASSERT(condition) ASSERT_IMPL((condition), __FILE__, __LINE__) argument 61 #define ASSERT_IMPL(condition, file, line) … argument 62 …if (!(condition)) … 65 #define ASSERT_IMPL(condition, file, line) assert((condition), file, line) 71 #define ASSERT_IMPL(condition, file, line) ((void)0) 73 #define ASSERT_IMPL(condition, file, line) ((void)0) 88 void assert(const bool condition, const char *const file, const int line);
|
| /bsp/microchip/saml10/bsp/hal/utils/include/ |
| A D | utils_assert.h | 56 #define ASSERT(condition) ASSERT_IMPL((condition), __FILE__, __LINE__) argument 61 #define ASSERT_IMPL(condition, file, line) … argument 62 …if (!(condition)) … 65 #define ASSERT_IMPL(condition, file, line) assert((condition), file, line) 71 #define ASSERT_IMPL(condition, file, line) ((void)0) 73 #define ASSERT_IMPL(condition, file, line) ((void)0) 88 void assert(const bool condition, const char *const file, const int line);
|
| /bsp/microchip/same70/bsp/hal/utils/include/ |
| A D | utils_assert.h | 56 #define ASSERT(condition) ASSERT_IMPL((condition), __FILE__, __LINE__) argument 61 #define ASSERT_IMPL(condition, file, line) … argument 62 …if (!(condition)) … 65 #define ASSERT_IMPL(condition, file, line) assert((condition), file, line) 71 #define ASSERT_IMPL(condition, file, line) ((void)0) 73 #define ASSERT_IMPL(condition, file, line) ((void)0) 88 void assert(const bool condition, const char *const file, const int line);
|
| /bsp/microchip/same54/bsp/hal/utils/include/ |
| A D | utils_assert.h | 56 #define ASSERT(condition) ASSERT_IMPL((condition), __FILE__, __LINE__) argument 61 #define ASSERT_IMPL(condition, file, line) … argument 62 …if (!(condition)) … 65 #define ASSERT_IMPL(condition, file, line) assert((condition), file, line) 71 #define ASSERT_IMPL(condition, file, line) ((void)0) 73 #define ASSERT_IMPL(condition, file, line) ((void)0) 88 void assert(const bool condition, const char *const file, const int line);
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | sunxi_hal_common.h | 71 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument 72 #define WARN_ON(condition) ({ \ argument 73 int __ret_warn_on = !!(condition); \ 79 #define WARN(condition, format...) ({ \ argument 80 int __ret_warn_on = !!(condition); \
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/utils/src/ |
| A D | utils_assert.c | 39 void assert(const bool condition, const char *const file, const int line) in assert() argument 41 if (!(condition)) { in assert()
|
| /bsp/microchip/samc21/bsp/hal/utils/src/ |
| A D | utils_assert.c | 39 void assert(const bool condition, const char *const file, const int line) in assert() argument 41 if (!(condition)) { in assert()
|
| /bsp/microchip/saml10/bsp/hal/utils/src/ |
| A D | utils_assert.c | 39 void assert(const bool condition, const char *const file, const int line) in assert() argument 41 if (!(condition)) { in assert()
|
| /bsp/microchip/same70/bsp/hal/utils/src/ |
| A D | utils_assert.c | 39 void assert(const bool condition, const char *const file, const int line) in assert() argument 41 if (!(condition)) { in assert()
|
| /bsp/microchip/same54/bsp/hal/utils/src/ |
| A D | utils_assert.c | 39 void assert(const bool condition, const char *const file, const int line) in assert() argument 41 if (!(condition)) { in assert()
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/utils/src/ |
| A D | utils_assert.c | 39 void assert(const bool condition, const char *const file, const int line) in assert() argument 41 if (!(condition)) { in assert()
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/platform/ |
| A D | Eif_debug.c | 16 void eif_assert_err(const char *condition, const char * file, int line) in eif_assert_err() argument 18 if (condition) in eif_assert_err()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/sys/ |
| A D | sys_debug.h | 231 #define assert(condition) R_ASSERT(condition, MOD_DBG_ALW_ON, "condition %s is fault. errno is %d.\… argument 299 #define assert(condition) argument
|
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/open-amp/lib/include/openamp/ |
| A D | virtqueue.h | 140 #define VQ_PARAM_CHK(condition, status_var, status_err) \ argument 142 if (((status_var) == 0) && (condition)) { \ 164 #define VQ_PARAM_CHK(condition, status_var, status_err) argument
|
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/open-amp/lib/include/openamp/ |
| A D | virtqueue.h | 140 #define VQ_PARAM_CHK(condition, status_var, status_err) \ argument 142 if (((status_var) == 0) && (condition)) { \ 164 #define VQ_PARAM_CHK(condition, status_var, status_err) argument
|
| /bsp/microchip/samc21/bsp/hal/documentation/ |
| A D | i2c_master_sync.rst | 14 The stop condition is automatically controlled by the driver if the I/O write and 21 condition (no stop condition between) ending with transferring register data. 40 * Manual or automatic stop condition generation
|