|
FreeHIL
|
File Map:
FH_Functions, Section FH_UART, Peripheral FH_UART02 (UART 02)
(The UART02 (UART 02) could be any interested UART of the micro-controller on which FH source code is ported)
Max index limit of UART02 buffers are defined here
More...
Go to the source code of this file.
Macros | |
| #define | FH_UART02_ReceiveBufLength 64 |
| #define | FH_UART02_SharedDataBufLength_8Bits 16 |
| #define | FH_UART02_SharedDataBufLength_16Bits 16 |
| #define | FH_UART02_SharedDataBufLength_32Bits 16 |
File Map:
FH_Functions, Section FH_UART, Peripheral FH_UART02 (UART 02)
(The UART02 (UART 02) could be any interested UART of the micro-controller on which FH source code is ported)
Max index limit of UART02 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_UART02_Configs.h.
| #define FH_UART02_ReceiveBufLength 64 |
Definition at line 43 of file FH_UART02_Configs.h.
| #define FH_UART02_SharedDataBufLength_16Bits 16 |
Definition at line 45 of file FH_UART02_Configs.h.
Referenced by FH_UART_GSD16_UART02(), and FH_UART_SSD16_UART02().
| #define FH_UART02_SharedDataBufLength_32Bits 16 |
Definition at line 46 of file FH_UART02_Configs.h.
Referenced by FH_UART_GSD32_UART02(), and FH_UART_SSD32_UART02().
| #define FH_UART02_SharedDataBufLength_8Bits 16 |
Definition at line 44 of file FH_UART02_Configs.h.
Referenced by FH_UART_GSD8_UART02(), and FH_UART_SSD8_UART02().