mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
[docs] NEOLED: minor IRQ edits
This commit is contained in:
parent
8eecf78636
commit
07ee7e0112
1 changed files with 4 additions and 2 deletions
|
@ -175,8 +175,10 @@ If `NEOLED_CTRL_IRQ_CONF` is set, the module's interrupt is generated whenever t
|
|||
In this case software can write up to `IO_NEOLED_TX_FIFO`/2 new data words to `DATA` without checking the FIFO
|
||||
status flags. If `NEOLED_CTRL_IRQ_CONF` is cleared, an interrupt is generated when the TX FIFO is empty.
|
||||
|
||||
One the NEOLED interrupt has been triggered and became pending, it has to explicitly cleared again by
|
||||
writing zero to according <<_mip>> CSR bit.
|
||||
Once the NEOLED interrupt has fired it remains pending until the actual cause of the interrupt is resolved.
|
||||
Furthermore, an active NEOLED interrupt has to be explicitly cleared again by writing zero to the according
|
||||
<<_mip>> CSR bit.
|
||||
|
||||
|
||||
|
||||
**Register Map**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue