Initialization and Configuration functions. More...
Functions | |
| void | hal_cgc_init (cgc_init_t *p_cgc_init) |
| Initialize the CGC registers according to the specified parameters in the cgc_init_t. More... | |
| void | hal_cgc_deinit (void) |
| De-initialize the CGC registers to their default reset values. More... | |
Initialization and Configuration functions.
| void hal_cgc_deinit | ( | void | ) |
De-initialize the CGC registers to their default reset values.
| void hal_cgc_init | ( | cgc_init_t * | p_cgc_init | ) |
Initialize the CGC registers according to the specified parameters in the cgc_init_t.
| [in] | p_cgc_init | Pointer to a cgc_init_t structure that contains the configuration information for the specified CGC registers. |