FreeHIL
Loading...
Searching...
No Matches
FH_UART05_Configs.h File Reference

File Map:
FH_Functions, Section FH_UART, Peripheral FH_UART05 (UART 05)
(The UART05 (UART 05) could be any interested UART of the micro-controller on which FH source code is ported)
Max index limit of UART05 buffers are defined here More...

Go to the source code of this file.

Macros

#define FH_UART05_ReceiveBufLength   64
#define FH_UART05_SharedDataBufLength_8Bits   16
#define FH_UART05_SharedDataBufLength_16Bits   16
#define FH_UART05_SharedDataBufLength_32Bits   16

Detailed Description

File Map:
FH_Functions, Section FH_UART, Peripheral FH_UART05 (UART 05)
(The UART05 (UART 05) could be any interested UART of the micro-controller on which FH source code is ported)
Max index limit of UART05 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_UART05_Configs.h.

Macro Definition Documentation

◆ FH_UART05_ReceiveBufLength

#define FH_UART05_ReceiveBufLength   64

Definition at line 43 of file FH_UART05_Configs.h.

◆ FH_UART05_SharedDataBufLength_16Bits

#define FH_UART05_SharedDataBufLength_16Bits   16

Definition at line 45 of file FH_UART05_Configs.h.

Referenced by FH_UART_GSD16_UART05(), and FH_UART_SSD16_UART05().

◆ FH_UART05_SharedDataBufLength_32Bits

#define FH_UART05_SharedDataBufLength_32Bits   16

Definition at line 46 of file FH_UART05_Configs.h.

Referenced by FH_UART_GSD32_UART05(), and FH_UART_SSD32_UART05().

◆ FH_UART05_SharedDataBufLength_8Bits

#define FH_UART05_SharedDataBufLength_8Bits   16

Definition at line 44 of file FH_UART05_Configs.h.

Referenced by FH_UART_GSD8_UART05(), and FH_UART_SSD8_UART05().