|
FreeHIL
|
File Map:
FH_Functions, Section FH_CAN (CAN), Peripheral FH_CAN04 (CAN 04)
(The CAN04 (CAN 04) could be any interested CAN of the micro-controller on which FH source code is ported)
Max index limit of CAN04 buffers are defined here
More...
Go to the source code of this file.
Macros | |
| #define | FH_CAN04_ReceiveBufLength 64 |
| #define | FH_CAN04_SharedDataBufLength_8Bits 16 |
| #define | FH_CAN04_SharedDataBufLength_16Bits 16 |
| #define | FH_CAN04_SharedDataBufLength_32Bits 16 |
File Map:
FH_Functions, Section FH_CAN (CAN), Peripheral FH_CAN04 (CAN 04)
(The CAN04 (CAN 04) could be any interested CAN of the micro-controller on which FH source code is ported)
Max index limit of CAN04 buffers are defined here
SPDX-License-Identifier: Apache-2.0
Copyright 2026 Vahid Hasirchi
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.
For more information refer to FreeHIL.com
Definition in file FH_CAN04_Configs.h.
| #define FH_CAN04_ReceiveBufLength 64 |
Definition at line 43 of file FH_CAN04_Configs.h.
| #define FH_CAN04_SharedDataBufLength_16Bits 16 |
Definition at line 45 of file FH_CAN04_Configs.h.
Referenced by FH_CAN_GSD16_CAN04(), and FH_CAN_SSD16_CAN04().
| #define FH_CAN04_SharedDataBufLength_32Bits 16 |
Definition at line 46 of file FH_CAN04_Configs.h.
Referenced by FH_CAN_GSD32_CAN04(), and FH_CAN_SSD32_CAN04().
| #define FH_CAN04_SharedDataBufLength_8Bits 16 |
Definition at line 44 of file FH_CAN04_Configs.h.
Referenced by FH_CAN_GSD8_CAN04(), and FH_CAN_SSD8_CAN04().