Trait UUartePselTxd
drone_nrf_map_periph_uarte
pub trait UUartePselTxd<T: UarteMap>: URwReg { fn from_fields(map: UUartePselTxdFields<T>) -> Self; fn into_fields(self) -> UUartePselTxdFields<T>; fn pin(&self) -> &T::UUartePselTxdPin; fn connect(&self) -> &T::UUartePselTxdConnect; }
fn from_fields(map: UUartePselTxdFields<T>) -> Self
fn into_fields(self) -> UUartePselTxdFields<T>
fn pin(&self) -> &T::UUartePselTxdPin
fn connect(&self) -> &T::UUartePselTxdConnect