typedef uint32_t(* EC_API_SLV_PDO_CBMappingChanges_t) (void *pContext, uint16_t pdoIndex, uint8_t count, EC_API_SLV_PDO_SEntryMap_t *pPdoMap) |
Inform about PDO mapping changes.
[in] | pContext | Function context. |
[in] | pdoIndex | PDO index. |
[in] | count | Number of entries mapped into the PDO. |
[in] | pPdoMap | PDO mapping configuration array. |
EC_API_eERR_NONE | Allow PDO mapping changes. |
EC_API_eERR_ABORT | Refuse PDO mapping changes. |