FreeHIL
Loading...
Searching...
No Matches
FH_CAN_Send_S.c File Reference

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...

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.

Detailed Description

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

Attention
FH user could left this file intact

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.

Function Documentation

◆ FH_CAN_Send_S()

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.

Parameters
FH_CAN_Send_FuncPtrAn array of function pointers with FH_CAN_Send_FuncPtrModel model
Returns
None

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().