CANopen Layer Setting Services protocol (common). More...
#include "301/CO_driver.h"
Go to the source code of this file.
Data Structures | |
union | CO_LSS_address_t |
The LSS address is a 128 bit number, uniquely identifying each node. More... | |
Macros | |
#define | CO_LSS_BIT_TIMING_VALID(index) (index != 5 && (index >= CO_LSS_BIT_TIMING_1000 && index <= CO_LSS_BIT_TIMING_AUTO)) |
Macro to check if index contains valid bit timing. | |
#define | CO_LSS_NODE_ID_ASSIGNMENT 0xFFU |
Invalid node ID triggers node ID assignment. | |
#define | CO_LSS_NODE_ID_VALID(nid) ((nid >= 1 && nid <= 0x7F) || nid == CO_LSS_NODE_ID_ASSIGNMENT) |
Macro to check if node id is valid. | |
#define | CO_LSS_ADDRESS_EQUAL(a1, a2) |
Macro to check if two LSS addresses are equal. | |
Variables | |
static const uint16_t | CO_LSS_bitTimingTableLookup [] |
Lookup table for conversion between bit timing table and numerical bit rate. | |
CANopen Layer Setting Services protocol (common).
This file is part of CANopenNode, an opensource CANopen Stack. Project home page is https://github.com/CANopenNode/CANopenNode. For more information on CANopen see http://www.can-cia.org/.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.