mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 05:27:45 +08:00
8832136b69
This adds filters field to icjx_config_s structure that is passed as an argument in icjx_initialize function. This field allows to configure I/O filters (control world 1 and 3) with three possible filters or disable them at all. The filter configuration is currently only configurable during the initialization, not at run time (the same as current source) Signed-off-by: Michal Lenc <michallenc@seznam.cz>