Global

group Global_cosmosAssert

cosmosAssert globals

lorem

Macros

group Macros_cosmosAssert_h

Defines

cosmosAssert(result)

CosmOS assertion.

Parameters
  • result

Returns

none

Variables

group Variables_cosmosAssert_h

API’s

group Apis_cosmosAssert_h

Getters

group Getters_cosmosAssert_h

Setters

group Setters_cosmosAssert_h

General

group General_cosmosAssert_h

Functions

void cosmosAssert_catch(unsigned char *file, BitWidthType line)

CosmOS catch failed assertion function.

The implementation contains os_kernelPanic function call if the cosmosAssertion fails.

Parameters
  • file[in] name

  • line[in] in the code, where assertion was caught

Returns

none