Enum rp_sys::rp_dpin_t [] [src]

#[repr(C)]
pub enum rp_dpin_t { RP_LED0, RP_LED1, RP_LED2, RP_LED3, RP_LED4, RP_LED5, RP_LED6, RP_LED7, RP_DIO0_P, RP_DIO1_P, RP_DIO2_P, RP_DIO3_P, RP_DIO4_P, RP_DIO5_P, RP_DIO6_P, RP_DIO7_P, RP_DIO0_N, RP_DIO1_N, RP_DIO2_N, RP_DIO3_N, RP_DIO4_N, RP_DIO5_N, RP_DIO6_N, RP_DIO7_N, }

Variants

Trait Implementations

impl Debug for rp_dpin_t
[src]

Formats the value using the given formatter.

impl Copy for rp_dpin_t
[src]

impl Clone for rp_dpin_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more