/btstack/test/btstack_util/ |
H A D | btstack_util_test.cpp | 9 static bool assert_failed; variable 13 assert_failed = true; in test_assert() 32 assert_failed = false; in TEST_GROUP() 48 CHECK_TRUE(assert_failed); in TEST()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32_assert_template.h | 43 #define assert_param(expr) ((expr) ? (void)0U : assert_failed((char *)__FILE__, __LINE__)) 45 void assert_failed(char *file, uint32_t line);
|
H A D | stm32l4xx_hal_conf_template.h | 466 #define assert_param(expr) ((expr) ? (void)0U : assert_failed((uint8_t *)__FILE__, __LINE__)) 468 void assert_failed(uint8_t *file, uint32_t line);
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32_assert_template.h | 43 #define assert_param(expr) ((expr) ? (void)0U : assert_failed((uint8_t *)__FILE__, __LINE__)) 45 void assert_failed(uint8_t* file, uint32_t line);
|
H A D | stm32f4xx_hal_conf_template.h | 480 #define assert_param(expr) ((expr) ? (void)0U : assert_failed((uint8_t *)__FILE__, __LINE__)) 482 void assert_failed(uint8_t* file, uint32_t line);
|
/btstack/port/stm32-l073rz-nucleo-em9304/Inc/ |
H A D | stm32l0xx_hal_conf.h | 301 #define assert_param(expr) ((expr) ? (void)0U : assert_failed((uint8_t *)__FILE__, __LINE__)) 303 void assert_failed(uint8_t* file, uint32_t line);
|
/btstack/port/stm32-l451-miromico-sx1280/Inc/ |
H A D | stm32l4xx_hal_conf.h | 437 #define assert_param(expr) ((expr) ? (void)0U : assert_failed((uint8_t *)__FILE__, __LINE__)) 439 void assert_failed(char *file, uint32_t line);
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Inc/ |
H A D | stm32wbxx_hal_conf.h | 336 #define assert_param(expr) ((expr) ? (void)0U : assert_failed((uint8_t *)__FILE__, __LINE__)) 338 void assert_failed(uint8_t* file, uint32_t line);
|
/btstack/port/stm32-f4discovery-cc256x/Inc/ |
H A D | stm32f4xx_hal_conf.h | 438 #define assert_param(expr) ((expr) ? (void)0U : assert_failed((uint8_t *)__FILE__, __LINE__)) 440 void assert_failed(uint8_t* file, uint32_t line);
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Inc/ |
H A D | stm32l4xx_hal_conf.h | 470 #define assert_param(expr) ((expr) ? (void)0U : assert_failed((uint8_t *)__FILE__, __LINE__)) 472 void assert_failed(uint8_t *file, uint32_t line);
|
/btstack/port/stm32-f4discovery-usb/Core/Inc/ |
H A D | stm32f4xx_hal_conf.h | 473 #define assert_param(expr) ((expr) ? (void)0U : assert_failed((uint8_t *)__FILE__, __LINE__)) 475 void assert_failed(uint8_t* file, uint32_t line);
|
/btstack/port/stm32-f4discovery-cc256x/Src/ |
H A D | main.c | 178 void assert_failed(uint8_t *file, uint32_t line) in assert_failed() function
|
/btstack/port/stm32-l073rz-nucleo-em9304/Src/ |
H A D | main.c | 315 void assert_failed(uint8_t *file, uint32_t line) in assert_failed() function
|
/btstack/port/stm32-f4discovery-usb/Core/Src/ |
H A D | main.c | 303 void assert_failed(uint8_t *file, uint32_t line) in assert_failed() function
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Src/ |
H A D | main.c | 402 void assert_failed(uint8_t *file, uint32_t line) in assert_failed() function
|
/btstack/port/stm32-l451-miromico-sx1280/Src/ |
H A D | main.c | 442 void assert_failed(uint8_t *file, uint32_t line) in assert_failed() function
|