/canopennode-2.7.6/stack/drvTemplate/ |
D | CO_driver_target.h | 203 typedef unsigned char bool_t; /**< bool_t */ typedef 242 volatile bool_t bufferFull; /**< True if previous message is still in buffer */ 244 volatile bool_t syncFlag; 257 volatile bool_t CANnormal; /**< CAN module is in normal mode */ 262 volatile bool_t useCANrxFilters; 267 volatile bool_t bufferInhibitFlag; 269 volatile bool_t firstCANtxMessage;
|
D | CO_driver.c | 134 bool_t rtr, in CO_CANrxBufferInit() 173 bool_t rtr, in CO_CANtxBufferInit() 175 bool_t syncFlag) in CO_CANtxBufferInit() 303 bool_t isError = CO_isError(em, CO_EM_CAN_TX_BUS_PASSIVE); in CO_CANverifyErrors() 331 bool_t msgMatched = false; in CO_CANinterrupt()
|
D | eeprom.h | 54 bool_t OD_EEPROMWriteEnable; /**< Writing to EEPROM is enabled */
|
/canopennode-2.7.6/stack/socketCAN/ |
D | CO_driver_target.h | 98 typedef _Bool bool_t; typedef 128 volatile bool_t bufferFull; 129 volatile bool_t syncFlag; 146 volatile bool_t CANnormal; 147 volatile bool_t useCANrxFilters; 148 volatile bool_t bufferInhibitFlag; 149 volatile bool_t firstCANtxMessage;
|
D | CO_Linux_tasks.h | 60 bool_t taskMain_process(int fd, CO_NMT_reset_cmd_t *reset, uint16_t timer1ms); 103 bool_t CANrx_taskTmr_process(int fd); 111 void CANrx_lockCbSync(bool_t syncReceived);
|
D | CO_Linux_tasks.c | 116 bool_t taskMain_process(int fd, CO_NMT_reset_cmd_t *reset, uint16_t timer1ms) { in taskMain_process() 117 bool_t wasProcessed = true; in taskMain_process() 236 bool_t CANrx_taskTmr_process(int fd) { in CANrx_taskTmr_process() 237 bool_t wasProcessed = true; in CANrx_taskTmr_process() 283 bool_t syncWas; in CANrx_taskTmr_process()
|
D | CO_driver.c | 235 bool_t rtr, in CO_CANrxBufferInit() 279 bool_t rtr, in CO_CANtxBufferInit() 281 bool_t syncFlag) in CO_CANtxBufferInit() 370 bool_t isError = CO_isError(em, CO_EM_CAN_TX_BUS_PASSIVE); in CO_CANverifyErrors() 378 bool_t isError = CO_isError(em, CO_EM_CAN_BUS_WARNING); in CO_CANverifyErrors() 418 bool_t msgMatched = false; in CO_CANrxWait()
|
/canopennode-2.7.6/stack/ |
D | CO_LSSslave.h | 248 …bool_t (*pFunctLSScheckBitRate)(void *object, uint16_t bitRate); /**< From CO_LSSsl… 252 …bool_t (*pFunctLSScfgStore)(void *object, uint8_t id, uint16_t bitRate); /**< From … 343 bool_t CO_LSSslave_LEDprocess( 346 bool_t *LEDon); 367 bool_t (*pFunctLSScheckBitRate)(void *object, uint16_t bitRate)); 411 bool_t (*pFunctLSScfgStore)(void *object, uint8_t id, uint16_t bitRate));
|
D | CO_SDO.h | 563 bool_t reading; 565 bool_t firstSegment; 570 bool_t lastSegment; 608 bool_t ownOD; 634 bool_t crcEnabled; 640 bool_t timeoutSubblockDownolad; 642 bool_t endOfTransfer; 833 bool_t NMTisPreOrOperational,
|
D | CO_PDO.h | 176 bool_t valid; 178 bool_t synchronous; 205 bool_t valid; /**< True, if PDO is enabled and valid */ 362 void CO_RPDO_process(CO_RPDO_t *RPDO, bool_t syncWas); 379 bool_t syncWas,
|
D | CO_SYNC.h | 72 bool_t isProducer; 87 bool_t curentSyncTimeIsInsideWindow; 91 bool_t CANrxToggle;
|
D | CO_LSSslave.c | 148 bool_t bit_rate_supported = LSSslave->pFunctLSScheckBitRate( in CO_LSSslave_serviceConfig() 192 bool_t result; in CO_LSSslave_serviceConfig() 265 bool_t ack; in CO_LSSslave_serviceIdent() 431 bool_t (*pFunctLSScheckBitRate)(void *object, uint16_t bitRate)) in CO_LSSslave_initCheckBitRateCallback() 457 bool_t (*pFunctLSScfgStore)(void *object, uint8_t id, uint16_t bitRate)) in CO_LSSslave_initCfgStoreCallback() 492 bool_t CO_LSSslave_LEDprocess( in CO_LSSslave_LEDprocess() 495 bool_t *LEDon) in CO_LSSslave_LEDprocess()
|
D | CO_TIME.h | 84 bool_t isConsumer; 87 bool_t isProducer;
|
D | CO_Emergency.c | 232 bool_t NMTisPreOrOperational, in CO_EM_process() 341 bool_t sendEmergency = true; in CO_errorReport() 402 bool_t sendEmergency = true; in CO_errorReset() 457 bool_t CO_isError(CO_EM_t *em, const uint8_t errorBit){ in CO_isError() 460 bool_t ret = false; in CO_isError()
|
D | CO_Emergency.h | 322 bool_t CO_isError(CO_EM_t *em, const uint8_t errorBit); 441 bool_t NMTisPreOrOperational,
|
/canopennode-2.7.6/stack/PIC32/ |
D | CO_driver_target.h | 66 typedef unsigned char bool_t; typedef 320 volatile bool_t bufferFull; 321 volatile bool_t syncFlag; 334 volatile bool_t CANnormal; 335 volatile bool_t useCANrxFilters; 336 volatile bool_t bufferInhibitFlag; 337 volatile bool_t firstCANtxMessage;
|
D | CO_driver.c | 239 bool_t rtr, in CO_CANrxBufferInit() 332 bool_t rtr, in CO_CANtxBufferInit() 334 bool_t syncFlag) in CO_CANtxBufferInit() 479 bool_t isError = CO_isError(em, CO_EM_CAN_TX_BUS_PASSIVE); in CO_CANverifyErrors() 509 bool_t msgMatched = false; in CO_CANinterrupt()
|
/canopennode-2.7.6/stack/dsPIC30F/ |
D | CO_driver_target.h | 57 typedef unsigned char bool_t; typedef 341 volatile bool_t bufferFull; 342 volatile bool_t syncFlag; 353 volatile bool_t CANnormal; 354 volatile bool_t useCANrxFilters; 355 volatile bool_t bufferInhibitFlag; 356 volatile bool_t firstCANtxMessage;
|
D | CO_driver.c | 233 bool_t rtr, in CO_CANrxBufferInit() 276 bool_t rtr, in CO_CANtxBufferInit() 278 bool_t syncFlag) in CO_CANtxBufferInit() 438 bool_t msgMatched = false; in CO_CANinterrupt() 472 bool_t msgMatched = false; in CO_CANinterrupt()
|
/canopennode-2.7.6/stack/PIC24_dsPIC33/ |
D | CO_driver_target.h | 122 typedef unsigned char bool_t; typedef 399 volatile bool_t bufferFull; 400 volatile bool_t syncFlag; 413 volatile bool_t CANnormal; 414 volatile bool_t useCANrxFilters; 415 volatile bool_t bufferInhibitFlag; 416 volatile bool_t firstCANtxMessage;
|
/canopennode-2.7.6/ |
D | CO_driver.h | 205 bool_t rtr, 232 bool_t rtr, 234 bool_t syncFlag);
|
D | CANopen.h | 286 bool_t CO_process_SYNC( 302 bool_t syncWas); 316 bool_t syncWas,
|
/canopennode-2.7.6/stack/neuberger-socketCAN/ |
D | CO_driver_base.h | 217 typedef unsigned char bool_t; /**< bool_t */ typedef 268 …volatile bool_t bufferFull; /**< True if previous message is still in buffer (not used in … 270 volatile bool_t syncFlag;
|
D | CO_driver_target.h | 97 volatile bool_t CANnormal; /**< CAN module is in normal mode */ 204 bool_t rtr, 225 bool_t CO_CANrxBuffer_getInterface(
|
D | CO_error.h | 78 volatile bool_t listenOnly; /**< set to listen only mode */
|