mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-23 07:51:52 +08:00
parent
8d94ba1fed
commit
f7a2dcf1cc
@ -152,6 +152,8 @@ Interrupt Server Driven Mode (`TERMIOS_IRQ_SERVER_DRIVEN`)
|
|||||||
Task Driven Mode (`TERMIOS_TASK_DRIVEN`)
|
Task Driven Mode (`TERMIOS_TASK_DRIVEN`)
|
||||||
The task driven mode is similar to interrupt driven mode, but the actual
|
The task driven mode is similar to interrupt driven mode, but the actual
|
||||||
data processing is done in dedicated tasks instead of interrupt routines.
|
data processing is done in dedicated tasks instead of interrupt routines.
|
||||||
|
This mode is not available in SMP configurations. It has some
|
||||||
|
implementation flaws and it is not well tested.
|
||||||
|
|
||||||
Polled Mode
|
Polled Mode
|
||||||
===========
|
===========
|
||||||
|
Loading…
x
Reference in New Issue
Block a user