|
FreeHIL
|
File Map:
FH_Root, Section FH_Perif, FH_CAN (Digital Output), Cmd (Command), Send, Send_S (Send Set Address)
Functions in this file, set the address of the defined FH_Functions, Section FH_CAN (CAN), FH_CAN_Send_CAN01-... to an array of function pointers
More...
#include "../../../../../../../FH_Embedded/FH_Root/FH_Perif/FH_CAN/Cmd/Send/Send_S/FH_CAN_Send_S.h"#include "../../../../../../../FH_Embedded/FH_Root/FH_General/FH_GeneralFunctions/FH_GeneralFunctions.h"#include "../../../../../../../FH_Embedded/FH_Functions/FH_CAN/FH_CAN01/FH_CAN01.h"#include "../../../../../../../FH_Embedded/FH_Functions/FH_CAN/FH_CAN02/FH_CAN02.h"#include "../../../../../../../FH_Embedded/FH_Functions/FH_CAN/FH_CAN03/FH_CAN03.h"#include "../../../../../../../FH_Embedded/FH_Functions/FH_CAN/FH_CAN04/FH_CAN04.h"#include "../../../../../../../FH_Embedded/FH_Functions/FH_CAN/FH_CAN05/FH_CAN05.h"#include "../../../../../../../FH_Embedded/FH_Functions/FH_CAN/FH_CAN06/FH_CAN06.h"#include "../../../../../../../FH_Embedded/FH_Functions/FH_CAN/FH_CAN07/FH_CAN07.h"#include "../../../../../../../FH_Embedded/FH_Functions/FH_CAN/FH_CAN08/FH_CAN08.h"Go to the source code of this file.
Functions | |
| void | FH_CAN_Send_S (FH_CAN_Send_FuncPtrModel *FH_CAN_Send_FuncPtr) |
| This function sets the address of the defined FH_Functions, Section FH_CAN (CAN), FH_CAN_Send_CAN01-... to an array of function pointers. | |
File Map:
FH_Root, Section FH_Perif, FH_CAN (Digital Output), Cmd (Command), Send, Send_S (Send Set Address)
Functions in this file, set the address of the defined FH_Functions, Section FH_CAN (CAN), FH_CAN_Send_CAN01-... to an array of function pointers
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_CAN_Send_S.c.
| void FH_CAN_Send_S | ( | FH_CAN_Send_FuncPtrModel * | FH_CAN_Send_FuncPtr | ) |
This function sets the address of the defined FH_Functions, Section FH_CAN (CAN), FH_CAN_Send_CAN01-... to an array of function pointers.
| FH_CAN_Send_FuncPtr | An array of function pointers with FH_CAN_Send_FuncPtrModel model |
Definition at line 75 of file FH_CAN_Send_S.c.
References FH_CAN_MaxPeripheralNumber, FH_CAN_Send_CAN01(), FH_CAN_Send_CAN02(), FH_CAN_Send_CAN03(), FH_CAN_Send_CAN04(), FH_CAN_Send_CAN05(), FH_CAN_Send_CAN06(), FH_CAN_Send_CAN07(), FH_CAN_Send_CAN08(), and NULL_PTR.
Referenced by FH_CAN_ProcessCommand_Send().