Specified in standard CiA 301
More...
Specified in standard CiA 301
◆ CO_CONFIG_SYNC
Value:
#define CO_CONFIG_GLOBAL_FLAG_TIMERNEXT
This flag may be set globally to CO_CONFIG_FLAG_TIMERNEXT.
Definition CO_config.h:110
#define CO_CONFIG_GLOBAL_RT_FLAG_CALLBACK_PRE
This flag may be set globally for Real-Time objects (SYNC, PDO) to CO_CONFIG_FLAG_CALLBACK_PRE.
Definition CO_config.h:105
#define CO_CONFIG_GLOBAL_FLAG_OD_DYNAMIC
This flag may be set globally to (0)
Definition CO_config.h:115
Configuration of SYNC.
Possible flags, can be ORed:
◆ CO_CONFIG_PDO
Value: (CO_CONFIG_RPDO_ENABLE | CO_CONFIG_TPDO_ENABLE | CO_CONFIG_RPDO_TIMERS_ENABLE | CO_CONFIG_TPDO_TIMERS_ENABLE \
Configuration of PDO.
Possible flags, can be ORed:
- CO_CONFIG_RPDO_ENABLE - Enable receive PDO objects.
- CO_CONFIG_TPDO_ENABLE - Enable transmit PDO objects.
- CO_CONFIG_RPDO_TIMERS_ENABLE - Enable RPDO timers: RPDO timeout monitoring with event timer.
- CO_CONFIG_TPDO_TIMERS_ENABLE - Enable TPDO timers: TPDO inhibit and event timers.
- CO_CONFIG_PDO_SYNC_ENABLE - Enable SYNC in PDO objects.
- CO_CONFIG_PDO_OD_IO_ACCESS - For OD variables mapped to PDO use read/write function access with OD_IO_t. This option enables much more flexibility for application program, but consumes some additional memory and processor resources. If this option is not enabled, then data from OD variables are fetched directly from memory allocated by Object dictionary.
- CO_CONFIG_FLAG_CALLBACK_PRE - Enable custom callback after preprocessing received RPDO CAN message. Callback is configured by CO_RPDO_initCallbackPre().
- CO_CONFIG_FLAG_TIMERNEXT - Enable calculation of timerNext_us variable inside CO_TPDO_process().
- CO_CONFIG_FLAG_OD_DYNAMIC - Enable dynamic configuration of PDO.