mFrame
載入中...
搜尋中...
無符合項目
mcxa153::core::mux::lpuart2 命名空間(Namespace)參考文件

列舉型態

enum struct  CTS : unsigned int { P1_7 = +core::mux::Mux::P1_7_LPUART2_CTS_B , P3_13 = +core::mux::Mux::P3_13_LPUART2_CTS_B }
 LPUART2 CTS引腳選擇列舉 更多...
 
enum struct  RTS : unsigned int { P1_6 = +core::mux::Mux::P1_6_LPUART2_RTS_B , P3_12 = +core::mux::Mux::P3_12_LPUART2_RTS_B }
 LPUART2 RTS引腳選擇列舉 更多...
 
enum struct  RXD : unsigned int { P1_4 = +core::mux::Mux::P1_4_LPUART2_RXD , P1_12 = +core::mux::Mux::P1_12_LPUART2_RXD , P2_3 = +core::mux::Mux::P2_3_LPUART2_RXD , P3_14 = +core::mux::Mux::P3_14_LPUART2_RXD }
 LPUART2 RXD引腳選擇列舉 更多...
 
enum struct  TXD : unsigned int { P1_5 = +core::mux::Mux::P1_5_LPUART2_TXD , P1_13 = +core::mux::Mux::P1_13_LPUART2_TXD , P2_2 = +core::mux::Mux::P2_2_LPUART2_TXD , P3_15 = +core::mux::Mux::P3_15_LPUART2_TXD }
 LPUART2 TXD引腳選擇列舉 更多...
 

函式

constexpr mcxa153::core::mux::Mux operator+ (CTS e)
 LPUART2 CTS引腳選擇列舉
 
constexpr mcxa153::core::mux::Mux operator+ (RTS e)
 LPUART2 RTS引腳選擇列舉
 
constexpr mcxa153::core::mux::Mux operator+ (RXD e)
 LPUART2 RXD引腳選擇列舉
 
constexpr mcxa153::core::mux::Mux operator+ (TXD e)
 LPUART2 TXD傳送引腳選擇列舉
 

詳細描述

Copyright (c) 2020 ZxyKira All rights reserved.

SPDX-License-Identifier: MIT

列舉型態說明文件

◆ CTS

enum struct mcxa153::core::mux::lpuart2::CTS : unsigned int
strong

LPUART2 CTS引腳選擇列舉

定義 LPUART2 的 CTS 功能可用的引腳配置選項。 每個值對應特定引腳的該功能模式設置。

對應 core::mux::Mux 中的相關功能項目

◆ RTS

enum struct mcxa153::core::mux::lpuart2::RTS : unsigned int
strong

LPUART2 RTS引腳選擇列舉

定義 LPUART2 的 RTS 功能可用的引腳配置選項。 每個值對應特定引腳的該功能模式設置。

對應 core::mux::Mux 中的相關功能項目

◆ RXD

enum struct mcxa153::core::mux::lpuart2::RXD : unsigned int
strong

LPUART2 RXD引腳選擇列舉

定義 LPUART2 的 RXD 功能可用的引腳配置選項。 每個值對應特定引腳的該功能模式設置。

對應 core::mux::Mux 中的相關功能項目

◆ TXD

enum struct mcxa153::core::mux::lpuart2::TXD : unsigned int
strong

LPUART2 TXD引腳選擇列舉

定義 LPUART2 的 TXD 功能可用的引腳配置選項。 每個值對應特定引腳的該功能模式設置。

對應 core::mux::Mux 中的相關功能項目

函式說明文件

◆ operator+() [1/4]

mcxa153::core::mux::Mux mcxa153::core::mux::lpuart2::operator+ ( CTS e)
constexpr

LPUART2 CTS引腳選擇列舉

定義 LPUART2 的 CTS (Clear To Send) 功能可用的引腳配置選項。 CTS 為 UART 通訊中的流控制信號,用於指示設備是否可以接收資料。

對應 core::mux::Mux 中的 PX_Y_LPUART2_CTS_B 項目

◆ operator+() [2/4]

mcxa153::core::mux::Mux mcxa153::core::mux::lpuart2::operator+ ( RTS e)
constexpr

LPUART2 RTS引腳選擇列舉

定義 LPUART2 的 RTS (Request To Send) 功能可用的引腳配置選項。 RTS 為 UART 通訊中的流控制信號,用於指示設備是否可以發送資料。

對應 core::mux::Mux 中的 PX_Y_LPUART2_RTS_B 項目

◆ operator+() [3/4]

mcxa153::core::mux::Mux mcxa153::core::mux::lpuart2::operator+ ( RXD e)
constexpr

LPUART2 RXD引腳選擇列舉

定義 LPUART2 的 RXD (接收資料) 功能可用的引腳配置選項。 RXD 為 UART 接收資料的輸入信號。

對應 core::mux::Mux 中的 PX_Y_LPUART2_RXD 項目

◆ operator+() [4/4]

mcxa153::core::mux::Mux mcxa153::core::mux::lpuart2::operator+ ( TXD e)
constexpr

LPUART2 TXD傳送引腳選擇列舉

定義 LPUART2 的 TXD (傳送資料) 功能可用的引腳配置選項。 TXD 為 UART 通訊的資料傳送輸出信號。

對應 core::mux::Mux 中的 PX_Y_LPUART2_TXD 項目