SYMBOL INDEX (42 symbols across 5 files) FILE: firmware/fw-L072CB/build.rs function main (line 1) | fn main() { FILE: firmware/fw-L072CB/src/bin/blinky.rs function main (line 11) | async fn main(_spawner: Spawner) { FILE: firmware/fw-L072CB/src/bin/protobuf/coms.rs type QRequest (line 20) | pub struct QRequest<'a> { function from_reader (line 27) | fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result { method get_size (line 43) | fn get_size(&self) -> usize { method write_message (line 50) | fn write_message(&self, w: &mut Writer) -> Result<(... type QResponse (line 60) | pub struct QResponse<'a> { function from_reader (line 67) | fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result { method get_size (line 83) | fn get_size(&self) -> usize { method write_message (line 90) | fn write_message(&self, w: &mut Writer) -> Result<(... type QControl (line 100) | pub struct QControl { method from_reader (line 107) | fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result { method get_size (line 123) | fn get_size(&self) -> usize { method write_message (line 130) | fn write_message(&self, w: &mut Writer) -> Result<(... type QState (line 140) | pub struct QState { method from_reader (line 147) | fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result { method get_size (line 163) | fn get_size(&self) -> usize { method write_message (line 170) | fn write_message(&self, w: &mut Writer) -> Result<(... FILE: firmware/fw-L072CB/src/bin/qaxe.rs type ResetManagerCommand (line 58) | enum ResetManagerCommand { type PWMControl (line 70) | struct PWMControl { constant RX_BUF_SIZE (line 77) | const RX_BUF_SIZE : usize = 256; constant TX_BUF_SIZE (line 78) | const TX_BUF_SIZE : usize = 256; function main (line 81) | async fn main(spawner: Spawner) { function power_good_task (line 313) | async fn power_good_task(pgood_1v2: Input<'static>, mut pgood_led: Outpu... function reset_manager (line 329) | async fn reset_manager(mut run_1v2: Output<'static>, mut reset: Output<'... function pwm_manager (line 366) | async fn pwm_manager(mut pwm1: SimplePwm<'static, TIM2>) { type Disconnected (line 391) | struct Disconnected {} method from (line 394) | fn from(val: EndpointError) -> Self { type Errors (line 402) | enum Errors { method to_string (line 412) | fn to_string(error: &Errors) -> &'static str { type Commands (line 423) | enum Commands { method from_i32 (line 432) | fn from_i32(value: i32) -> Option { function default (line 445) | fn default() -> QResponse<'static> { function process_request (line 455) | async fn process_request<'a>( function json_rpc (line 529) | async fn json_rpc<'d, T: Instance + 'd>( function temp_manager (line 572) | async fn temp_manager(mut i2c: I2c<'static, I2C2, DMA1_CH4, DMA1_CH5>) { FILE: firmware/fw-L072CB/src/bin/uid/mod.rs constant BASE_ADDRESS (line 5) | const BASE_ADDRESS: usize = 0x1FF80050; constant OFFSETS (line 6) | const OFFSETS: [usize; 3] = [0x00, 0x04, 0x14]; function read_u32_at_address (line 9) | fn read_u32_at_address(address: *const u32) -> u32 { function uid (line 14) | fn uid() -> [u8; 12] { function uid_hex (line 35) | pub fn uid_hex() -> &'static str { function uid_hex_bytes (line 40) | pub fn uid_hex_bytes() -> &'static [u8; 24] {