![]() |
mFrame
|
列舉型態 | |
enum struct | CTS : unsigned int { P1_11 = +core::mux::Mux::P1_11_LPUART1_CTS_B , P3_11 = +core::mux::Mux::P3_11_LPUART1_CTS_B } |
LPUART1 CTS引腳選擇列舉 更多... | |
enum struct | RTS : unsigned int { P1_10 = +core::mux::Mux::P1_10_LPUART1_RTS_B , P2_16 = +core::mux::Mux::P2_16_LPUART1_RTS_B , P3_10 = +core::mux::Mux::P3_10_LPUART1_RTS_B } |
LPUART1 RTS引腳選擇列舉 更多... | |
enum struct | RXD : unsigned int { P1_8 = +core::mux::Mux::P1_8_LPUART1_RXD , P2_12 = +core::mux::Mux::P2_12_LPUART1_RXD , P3_8 = +core::mux::Mux::P3_8_LPUART1_RXD } |
LPUART1 RXD引腳選擇列舉 更多... | |
enum struct | TXD : unsigned int { P1_9 = +core::mux::Mux::P1_9_LPUART1_TXD , P2_13 = +core::mux::Mux::P2_13_LPUART1_TXD , P3_9 = +core::mux::Mux::P3_9_LPUART1_TXD } |
LPUART1 TXD引腳選擇列舉 更多... | |
函式 | |
constexpr mcxa153::core::mux::Mux | operator+ (CTS e) |
LPUART1 CTS引腳選擇列舉 | |
constexpr mcxa153::core::mux::Mux | operator+ (RTS e) |
LPUART1 RTS引腳選擇列舉 | |
constexpr mcxa153::core::mux::Mux | operator+ (RXD e) |
LPUART1 RXD接收資料引腳選擇列舉 | |
constexpr mcxa153::core::mux::Mux | operator+ (TXD e) |
LPUART1 TXD傳送引腳選擇列舉 | |
Copyright (c) 2020 ZxyKira All rights reserved.
SPDX-License-Identifier: MIT
|
strong |
|
strong |
|
strong |
|
strong |
|
constexpr |
LPUART1 CTS引腳選擇列舉
定義 LPUART1 的 CTS (Clear To Send) 功能可用的引腳配置選項。 CTS 為 UART 通訊中的流控制信號,用於指示設備是否可以接收資料。
|
constexpr |
LPUART1 RTS引腳選擇列舉
定義 LPUART1 的 RTS (Request To Send) 功能可用的引腳配置選項。 RTS 為 UART 通訊中的流控制信號,用於指示設備是否可以接收資料。
|
constexpr |
LPUART1 RXD接收資料引腳選擇列舉
定義 LPUART1 的 RXD (接收資料) 功能可用的引腳配置選項。 RXD 為 UART 接收資料的輸入信號。
|
constexpr |
LPUART1 TXD傳送引腳選擇列舉
定義 LPUART1 的 TXD (傳送資料) 功能可用的引腳配置選項。 TXD 為 UART 通訊的資料傳送輸出信號。