7.4.3 Function ast_configure_digital_tuner()
Tune the AST prescaler frequency to the desired frequency.
uint32_t ast_configure_digital_tuner( Ast * ast, uint32_t input_freq, uint32_t tuned_freq)
Note:
Refer to the section entitled "digital tuner" in the ast chapter of the device-specific datasheet for more information.
| Data direction | Parameter name | Description |
|---|---|---|
[in, out] | ast |
Module hardware register base address pointer |
[in] | input_freq |
Prescaled AST Clock Frequency |
[in] | tuned_freq |
Desired AST frequency |
