|
vref_status_t | VREF_DRV_Init (uint32_t instance, const vref_user_config_t *userConfigPtr) |
| Initializes the VREF module. More...
|
|
vref_status_t | VREF_DRV_Deinit (uint32_t instance) |
| De-initializes the VREF module. More...
|
|
vref_status_t | VREF_DRV_SetTrimValue (uint32_t instance, uint8_t trimValue) |
| Sets the TRIM bits value. More...
|
|
static uint8_t | VREF_DRV_GetTrimValue (uint32_t instance) |
| Get TRIM bits value was set. More...
|
|
static vref_status_t | VREF_DRV_SetRegulator (uint32_t instance, bool enable) |
| Enables or disables the regulator. More...
|
|
static vref_status_t | VREF_DRV_SetBufferMode (uint32_t instance, vref_buffer_mode_t bufferMode) |
| Sets the buffer mode. More...
|
|