Lines Matching defs:Radio
429 pub fn uwb(&self) -> &chip::Radio { in uwb()
448 pub fn set_uwb(&mut self, v: chip::Radio) { in set_uwb()
453 pub fn mut_uwb(&mut self) -> &mut chip::Radio { in mut_uwb()
465 pub fn take_uwb(&mut self) -> chip::Radio { in take_uwb()
478 pub fn wifi(&self) -> &chip::Radio { in wifi()
497 pub fn set_wifi(&mut self, v: chip::Radio) { in set_wifi()
502 pub fn mut_wifi(&mut self) -> &mut chip::Radio { in mut_wifi()
514 pub fn take_wifi(&mut self) -> chip::Radio { in take_wifi()
801 pub struct Radio { struct
804 pub state: ::protobuf::EnumOrUnknown<super::State>,
806 pub range: f32,
808 pub tx_count: i32,
810 pub rx_count: i32,
813 pub special_fields: ::protobuf::SpecialFields,
816 impl<'a> ::std::default::Default for &'a Radio { implementation
822 impl Radio { implementation
858 impl ::protobuf::Message for Radio { implementation
958 impl ::protobuf::MessageFull for Radio { implementation
965 impl ::std::fmt::Display for Radio { implementation
971 impl ::protobuf::reflect::ProtobufValue for Radio { implementation