센서보드 RF IRQ 테스트 중 and bug fix?
Fork of EV-COG-AD3029LZ by
Types Private Functions
[SPIRIT_Types]
Functions | |
| int | s_assert_failed (uint8_t *file, uint32_t line) |
| Reports the name of the source file and the source line number where the assert_param error has occurred. | |
| int | s_assert_failed (uint8_t *file, uint32_t line, char *expression) |
| Reports the name of the source file and the source line number where the assert_param error has occurred. | |
| int | s_assert_failed (char *expression) |
| Sends a notify frame with a payload indicating the name of the assert failed. | |
| void | SpiritRefreshStatus (void) |
| Updates the gState (the global variable used to maintain memory of Spirit Status) reading the MC_STATE register of SPIRIT. | |
Function Documentation
| int s_assert_failed | ( | uint8_t * | file, |
| uint32_t | line | ||
| ) |
Reports the name of the source file and the source line number where the assert_param error has occurred.
- Parameters:
-
file pointer to the source file name line assert_param error line source number
- Return values:
-
: None
Definition at line 135 of file SPIRIT_Types.c.
| int s_assert_failed | ( | uint8_t * | file, |
| uint32_t | line, | ||
| char * | expression | ||
| ) |
Reports the name of the source file and the source line number where the assert_param error has occurred.
- Parameters:
-
file pointer to the source file name line assert_param error line source number expression,: string representing the assert failed expression
- Return values:
-
: None
Definition at line 161 of file SPIRIT_Types.c.
| int s_assert_failed | ( | char * | expression ) |
Sends a notify frame with a payload indicating the name of the assert failed.
- Parameters:
-
expression,: string representing the assert failed expression
- Return values:
-
: None
Definition at line 187 of file SPIRIT_Types.c.
| void SpiritRefreshStatus | ( | void | ) |
Updates the gState (the global variable used to maintain memory of Spirit Status) reading the MC_STATE register of SPIRIT.
- Parameters:
-
None
- Return values:
-
None
Definition at line 212 of file SPIRIT_Types.c.
Generated on Wed Jul 13 2022 17:25:39 by
1.7.2
