Added support for WNC M14A2A Cellular LTE Data Module.

Dependencies:   WNC14A2AInterface

Dependents:   http-example-wnc http-example-wnc-modified

Embed: (wiki syntax)

« Back to documentation index

Types Private Functions

Types Private Functions
[SPIRIT_Types]

Functions

void 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.
void 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.
void 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

void 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:
filepointer to the source file name
lineassert_param error line source number
Return values:
:None

Definition at line 129 of file SPIRIT_Types.c.

void 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:
filepointer to the source file name
lineassert_param error line source number
expression,:string representing the assert failed expression
Return values:
:None

Definition at line 151 of file SPIRIT_Types.c.

void 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 174 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 198 of file SPIRIT_Types.c.