|
FreeHIL
|
File Map:
FH_Root, Section FH_Perif, FH_DI (Digital Input), Cmd (Command), Init, Init_S (Init Set Address)
Functions in this file, set the address of the defined FH_Functions, Section FH_DI (Digital Input), FH_DI_Init_DI01-... to an array of function pointers
More...
Go to the source code of this file.
Functions | |
| void | FH_DI_Init_S (FH_DI_Init_FuncPtrModel *FH_DI_Init_FuncPtr) |
| This function sets the address of the defined FH_Functions, Section FH_DI (Digital Input), FH_DI_Init_DI01-... to an array of function pointers. | |
File Map:
FH_Root, Section FH_Perif, FH_DI (Digital Input), Cmd (Command), Init, Init_S (Init Set Address)
Functions in this file, set the address of the defined FH_Functions, Section FH_DI (Digital Input), FH_DI_Init_DI01-... 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_DI_Init_S.h.
| void FH_DI_Init_S | ( | FH_DI_Init_FuncPtrModel * | FH_DI_Init_FuncPtr | ) |
This function sets the address of the defined FH_Functions, Section FH_DI (Digital Input), FH_DI_Init_DI01-... to an array of function pointers.
| FH_DI_Init_FuncPtr | An array of function pointers with FH_DI_Init_FuncPtrModel model |
Definition at line 243 of file FH_DI_Init_S.c.
References FH_DI_Init_DI01(), FH_DI_Init_DI02(), FH_DI_Init_DI03(), FH_DI_Init_DI04(), FH_DI_Init_DI05(), FH_DI_Init_DI06(), FH_DI_Init_DI07(), FH_DI_Init_DI08(), FH_DI_Init_DI09(), FH_DI_Init_DI10(), FH_DI_Init_DI11(), FH_DI_Init_DI12(), FH_DI_Init_DI13(), FH_DI_Init_DI14(), FH_DI_Init_DI15(), FH_DI_Init_DI16(), FH_DI_Init_DI17(), FH_DI_Init_DI18(), FH_DI_Init_DI19(), FH_DI_Init_DI20(), FH_DI_Init_DI21(), FH_DI_Init_DI22(), FH_DI_Init_DI23(), FH_DI_Init_DI24(), FH_DI_Init_DI25(), FH_DI_Init_DI26(), FH_DI_Init_DI27(), FH_DI_Init_DI28(), FH_DI_Init_DI29(), FH_DI_Init_DI30(), FH_DI_Init_DI31(), FH_DI_Init_DI32(), FH_DI_Init_DI33(), FH_DI_Init_DI34(), FH_DI_Init_DI35(), FH_DI_Init_DI36(), FH_DI_Init_DI37(), FH_DI_Init_DI38(), FH_DI_Init_DI39(), FH_DI_Init_DI40(), FH_DI_Init_DI41(), FH_DI_Init_DI42(), FH_DI_Init_DI43(), FH_DI_Init_DI44(), FH_DI_Init_DI45(), FH_DI_Init_DI46(), FH_DI_Init_DI47(), FH_DI_Init_DI48(), FH_DI_Init_DI49(), FH_DI_Init_DI50(), FH_DI_Init_DI51(), FH_DI_Init_DI52(), FH_DI_Init_DI53(), FH_DI_Init_DI54(), FH_DI_Init_DI55(), FH_DI_Init_DI56(), FH_DI_Init_DI57(), FH_DI_Init_DI58(), FH_DI_Init_DI59(), FH_DI_Init_DI60(), FH_DI_Init_DI61(), FH_DI_Init_DI62(), FH_DI_Init_DI63(), FH_DI_Init_DI64(), FH_DI_MaxPeripheralNumber, and NULL_PTR.
Referenced by FH_DI_ProcessCommand_Init(), and FH_DI_ProcessCommand_InitMULTI().