Home
last modified time | relevance | path

Searched refs:fsState (Results 1 – 2 of 2) sorted by relevance

/canopennode-3.5.0-3.4.0/stack/
DCO_LSSmaster.c1014 LSSmaster->fsState = CO_LSSmaster_FS_STATE_CHECK; in CO_LSSmaster_IdentifyFastscan()
1036 switch (LSSmaster->fsState) { in CO_LSSmaster_IdentifyFastscan()
1048 LSSmaster->fsState = CO_LSSmaster_FS_STATE_SCAN; in CO_LSSmaster_IdentifyFastscan()
1063 LSSmaster->fsState = CO_LSSmaster_FS_STATE_VERIFY; in CO_LSSmaster_IdentifyFastscan()
1091 LSSmaster->fsState = CO_LSSmaster_FS_STATE_SCAN; in CO_LSSmaster_IdentifyFastscan()
DCO_LSSmaster.h117 uint8_t fsState; /**< Current state of fastscan master state machine */ member