|
FreeHIL
|
File Map:
FH_Functions, Section FH_CAN (CAN), Peripheral FH_CAN06 (CAN 06)
(The CAN06 (CAN 06) could be any interested CAN of the micro-controller on which FH source code is ported)
Max index limit of CAN06 buffers are defined here
More...
Go to the source code of this file.
Macros | |
| #define | FH_CAN06_ReceiveBufLength 64 |
| #define | FH_CAN06_SharedDataBufLength_8Bits 16 |
| #define | FH_CAN06_SharedDataBufLength_16Bits 16 |
| #define | FH_CAN06_SharedDataBufLength_32Bits 16 |
File Map:
FH_Functions, Section FH_CAN (CAN), Peripheral FH_CAN06 (CAN 06)
(The CAN06 (CAN 06) could be any interested CAN of the micro-controller on which FH source code is ported)
Max index limit of CAN06 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_CAN06_Configs.h.
| #define FH_CAN06_ReceiveBufLength 64 |
Definition at line 43 of file FH_CAN06_Configs.h.
| #define FH_CAN06_SharedDataBufLength_16Bits 16 |
Definition at line 45 of file FH_CAN06_Configs.h.
Referenced by FH_CAN_GSD16_CAN06(), and FH_CAN_SSD16_CAN06().
| #define FH_CAN06_SharedDataBufLength_32Bits 16 |
Definition at line 46 of file FH_CAN06_Configs.h.
Referenced by FH_CAN_GSD32_CAN06(), and FH_CAN_SSD32_CAN06().
| #define FH_CAN06_SharedDataBufLength_8Bits 16 |
Definition at line 44 of file FH_CAN06_Configs.h.
Referenced by FH_CAN_GSD8_CAN06(), and FH_CAN_SSD8_CAN06().