Lines Matching defs:Radio
477 pub fn uwb(&self) -> &chip::Radio { in uwb()
496 pub fn set_uwb(&mut self, v: chip::Radio) { in set_uwb()
501 pub fn mut_uwb(&mut self) -> &mut chip::Radio { in mut_uwb()
513 pub fn take_uwb(&mut self) -> chip::Radio { in take_uwb()
526 pub fn wifi(&self) -> &chip::Radio { in wifi()
545 pub fn set_wifi(&mut self, v: chip::Radio) { in set_wifi()
550 pub fn mut_wifi(&mut self) -> &mut chip::Radio { in mut_wifi()
562 pub fn take_wifi(&mut self) -> chip::Radio { in take_wifi()
870 pub struct Radio { struct
873 pub state: ::std::option::Option<bool>,
875 pub range: f32,
877 pub tx_count: i32,
879 pub rx_count: i32,
882 pub special_fields: ::protobuf::SpecialFields,
885 impl<'a> ::std::default::Default for &'a Radio { implementation
891 impl Radio { impl
927 impl ::protobuf::Message for Radio { implementation
1027 impl ::protobuf::MessageFull for Radio { implementation
1034 impl ::std::fmt::Display for Radio { implementation
1040 impl ::protobuf::reflect::ProtobufValue for Radio { implementation