Module Configuration
Argument Checking Configuration
Most functions in μC/SNTPc include code to validate arguments that are passed to it. Specifically, μC/SNTPc checks to see if passed pointers are NULL, if arguments are within valid ranges, etc. The following constants configure additional argument checking.
Table - Argument Checking and Debug Configuration
Constant | Description | Possible Values |
---|---|---|
SNTPc_CFG_ARG_CHK_EXT_EN | Allows code to be generated to check arguments for functions that can be called by the user and, for functions which are internal but receive arguments from an API that the user can call. | DEF_ENABLED or DEF_DISABLED |