Struct rp2040_combined::app::task_bp35c0_j11::LocalResources
source · pub struct LocalResources<'a> {
pub bp35c0_j11_resetn: &'a mut Pin<Gpio11, FunctionSio<SioOutput>, PullDown>,
pub txs0108e_oe: &'a mut Pin<Gpio10, FunctionSio<SioOutput>, PullDown>,
pub uart1_rx_receiver: &'a mut Receiver<'static, Response, UART1_RX_QUEUE_DEPTH>,
pub uart1_tx: &'a mut Bp35c0J11Writer<Writer<UART1, (Pin<Gpio24, FunctionUart, PullDown>, Pin<Gpio25, FunctionUart, PullDown>)>>,
/* private fields */
}
Expand description
Local resources task_bp35c0_j11
has access to
Fields§
§bp35c0_j11_resetn: &'a mut Pin<Gpio11, FunctionSio<SioOutput>, PullDown>
§txs0108e_oe: &'a mut Pin<Gpio10, FunctionSio<SioOutput>, PullDown>
§uart1_rx_receiver: &'a mut Receiver<'static, Response, UART1_RX_QUEUE_DEPTH>
§uart1_tx: &'a mut Bp35c0J11Writer<Writer<UART1, (Pin<Gpio24, FunctionUart, PullDown>, Pin<Gpio25, FunctionUart, PullDown>)>>
Implementations§
source§impl<'a> __rtic_internal_task_bp35c0_j11LocalResources<'a>
impl<'a> __rtic_internal_task_bp35c0_j11LocalResources<'a>
Auto Trait Implementations§
impl<'a> Freeze for __rtic_internal_task_bp35c0_j11LocalResources<'a>
impl<'a> !RefUnwindSafe for __rtic_internal_task_bp35c0_j11LocalResources<'a>
impl<'a> Send for __rtic_internal_task_bp35c0_j11LocalResources<'a>
impl<'a> !Sync for __rtic_internal_task_bp35c0_j11LocalResources<'a>
impl<'a> Unpin for __rtic_internal_task_bp35c0_j11LocalResources<'a>
impl<'a> !UnwindSafe for __rtic_internal_task_bp35c0_j11LocalResources<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Choices> CoproductSubsetter<CNil, HNil> for Choices
impl<Choices> CoproductSubsetter<CNil, HNil> for Choices
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more