Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 25 of 72) sorted by relevance

123

/bsp/microchip/samd51-adafruit-metro-m4/bsp/
A DAtmelStart.gpdsc24 <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 DAtmelStart.gpdsc24 <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 DAtmelStart.gpdsc24 <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 DAtmelStart.gpdsc24 <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 DAtmelStart.gpdsc24 <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 DAtmelStart.gpdsc24 <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 DSDL_assert.h174 # 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 Dutils_assert.h56 #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 Dutils_assert.h56 #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 Dutils_assert.h56 #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 Dutils_assert.h56 #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 Dutils_assert.h56 #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 Dutils_assert.h56 #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 Dsunxi_hal_common.h71 #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 Dutils_assert.c39 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 Dutils_assert.c39 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 Dutils_assert.c39 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 Dutils_assert.c39 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 Dutils_assert.c39 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 Dutils_assert.c39 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 DEif_debug.c16 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 Dsys_debug.h231 #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 Dvirtqueue.h140 #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 Dvirtqueue.h140 #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 Di2c_master_sync.rst14 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

Completed in 42 milliseconds

123