STM8S/A Standard Peripherals Firmware Library
|
STM8S_StdPeriph_Examples/TIM5/TIM5_Synchronisation_With_TIM6/stm8s_conf.h File Reference
#include "stm8s.h"
#include "stm8s_awu.h"
#include "stm8s_beep.h"
#include "stm8s_clk.h"
#include "stm8s_exti.h"
#include "stm8s_flash.h"
#include "stm8s_gpio.h"
#include "stm8s_i2c.h"
#include "stm8s_itc.h"
#include "stm8s_iwdg.h"
#include "stm8s_rst.h"
#include "stm8s_spi.h"
#include "stm8s_tim1.h"
#include "stm8s_tim2.h"
#include "stm8s_tim4.h"
#include "stm8s_wwdg.h"
Go to the source code of this file.
Defines | |
#define | assert_param(expr) ((expr) ? (void)0 : assert_failed((uint8_t *)__FILE__, __LINE__)) |
The assert_param macro is used for function's parameters check. | |
#define | USE_FULL_ASSERT (1) |
Functions | |
void | assert_failed (uint8_t *file, uint32_t line) |
Define Documentation
#define assert_param | ( | expr | ) | ((expr) ? (void)0 : assert_failed((uint8_t *)__FILE__, __LINE__)) |
The assert_param macro is used for function's parameters check.
- Parameters:
-
expr,: If expr is false, it calls assert_failed function which reports the name of the source file and the source line number of the call that failed. If expr is true, it returns no value.
- Return values:
-
: None
Definition at line 103 of file STM8S_StdPeriph_Examples/TIM5/TIM5_Synchronisation_With_TIM6/stm8s_conf.h.
#define USE_FULL_ASSERT (1) |
Definition at line 90 of file STM8S_StdPeriph_Examples/TIM5/TIM5_Synchronisation_With_TIM6/stm8s_conf.h.