Add a very basic driver for the CS2100-CP Fractional-N Multipler chip.

This commit is contained in:
Gregory Nutt 2015-04-02 13:00:10 -06:00
parent c5c50e687d
commit 59499d5420
1 changed files with 1 additions and 1 deletions

View File

@ -3832,7 +3832,7 @@ void lpwork_restorepriority(uint8_t reqprio);
</p> </p>
<p> <p>
<code>boardctl()</code> is <i>non-standard</i> OS interface to alleviate the problem. <code>boardctl()</code> is <i>non-standard</i> OS interface to alleviate the problem.
It basically circumvents the normal device driver <code>ioctl()</code> interlace and allows the application to perform direction IOCTL-like calls to the board-specific logic. It basically circumvents the normal device driver <code>ioctl()</code> interlace and allows the application to perform direct IOCTL-like calls to the board-specific logic.
It is especially useful for setting up board operational and test configurations. It is especially useful for setting up board operational and test configurations.
</p> </p>
<p> <p>