Add a very basic driver for the CS2100-CP Fractional-N Multipler chip.
This commit is contained in:
parent
c5c50e687d
commit
59499d5420
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue