MCPcopy Create free account

hub / github.com/card-io-ecg/card-io-fw / functions

Functions746 in github.com/card-io-ecg/card-io-fw

↓ 3 callersMethodsend_header
(&mut self, header: Header<'_>)
bad-server/src/response.rs:115
↓ 3 callersMethodsend_response
(self, body: impl AsRef<[u8]>)
bad-server/src/request.rs:97
↓ 3 callersMethodsend_status
( self, status: ResponseStatus, )
bad-server/src/response.rs:73
↓ 3 callersMethodslice_idxs
(&self)
signal-processing/src/buffer.rs:77
↓ 3 callersMethodsta_has_work
(&mut self)
src/board/initialized.rs:98
↓ 3 callersMethodstart
(&mut self)
src/board/drivers/frontend.rs:230
↓ 3 callersMethodvoltage
(self)
ads129x/src/lib.rs:321
↓ 3 callersMethodwrite
( &self, writer: &mut norfs::writer::Writer<M>, storage: &mut Storage<M>, )
src/states/upload_or_store_measurement.rs:276
↓ 3 callersFunctionwrite_padding
(f: &mut ufmt::Formatter<'_, W>, len: usize, n: usize)
src/human_readable.rs:108
↓ 2 callersMethodallocate
(&'static self)
embassy-alloc-taskpool/src/lib.rs:36
↓ 2 callersMethodas_slices
(&self)
signal-processing/src/buffer.rs:89
↓ 2 callersMethodbuffer_full
(&self)
gui/src/screens/measure.rs:148
↓ 2 callersMethodbuild_with_state
( self, state: MenuState<SingleTouchAdapter<E>, AnimatedPosition, AnimatedTriangle>, )
src/states/menu/mod.rs:79
↓ 2 callersMethodbytes_per_sec
(self)
src/human_readable.rs:38
↓ 2 callersMethodch1_negative_lead_connected
(&self)
ads129x/src/lib.rs:278
↓ 2 callersMethodclose
(&mut self)
bad-server/src/connector.rs:33
↓ 2 callersMethodconnection_state
(&self)
src/board/wifi/sta.rs:109
↓ 2 callersMethodconsume_until_newline
(&mut self)
bad-server/src/request_body.rs:274
↓ 2 callersFunctioncreate
( context: &'a SharedWebContext, fw_version: &'a str, )
config-site/src/lib.rs:35
↓ 2 callersMethoddevice_id
(&self)
src/board/drivers/frontend.rs:36
↓ 2 callersFunctiondigits
(value: u32)
src/human_readable.rs:70
↓ 2 callersMethoddo_scan
(&mut self, controller: &mut WifiController<'_>)
src/board/wifi/sta.rs:408
↓ 2 callersMethoddraw
(&self, target: &mut D)
gui/src/widgets/battery_small.rs:41
↓ 2 callersMethodenable_sta
(&mut self, can_enable: bool)
src/board/initialized.rs:175
↓ 2 callersMethodend_headers
(self)
bad-server/src/response.rs:144
↓ 2 callersMethoderase
(&mut self, slot: Slot)
src/board/ota/mod.rs:185
↓ 2 callersMethodflush
(&mut self)
src/board/drivers/bitbang_spi.rs:105
↓ 2 callersMethodflush_loaded
(&mut self, dst: &mut [u8])
bad-server/src/request_body.rs:114
↓ 2 callersMethodframe
(&mut self, render: impl FnOnce(&mut Self) -> Result<(), DisplayError>)
src/board/drivers/display.rs:49
↓ 2 callersFunctionget_unique
(values: [(bool, T); N])
build.rs:58
↓ 2 callersMethodhandle_command
(&mut self, command: Command, controller: &mut WifiController<'_>)
src/board/wifi/sta.rs:550
↓ 2 callersMethodhandle_event
(&mut self, event: EventInfo)
src/board/wifi/ap.rs:133
↓ 2 callersMethodhandles
(&self, _request: &Request<'_, '_, C>)
bad-server/src/handler.rs:29
↓ 2 callersFunctioniir
(args: FilterSpec, ty: FilterBandType)
macros/src/filter.rs:110
↓ 2 callersMethodimage
(&self)
gui/src/widgets/wifi_client.rs:57
↓ 2 callersMethodimage
(&self)
gui/src/widgets/wifi_access_point.rs:43
↓ 2 callersMethodinto_inner
(self)
ads129x/src/lib.rs:28
↓ 2 callersMethodis_connected
(&self)
src/board/wifi/sta.rs:351
↓ 2 callersMethoditer_unordered
(&self)
signal-processing/src/buffer.rs:188
↓ 2 callersMethodlast_battery_data
(&mut self)
src/board/drivers/battery_monitor/mod.rs:100
↓ 2 callersMethodlen
(&self)
signal-processing/src/compressing_buffer.rs:153
↓ 2 callersMethodmask_off_status_bits
(&mut self)
ads129x/src/lib.rs:240
↓ 2 callersMethodmax_progress
(&self)
gui/src/screens/charging.rs:24
↓ 2 callersMethodmenu
(&mut self, context: &mut Context)
src/states/menu/main.rs:102
↓ 2 callersFunctionmenu_style
( )
gui/src/screens/mod.rs:27
↓ 2 callersMethodon_disconnected
(&mut self)
src/board/wifi/sta.rs:545
↓ 2 callersMethodparse
(input: &ParseBuffer)
macros/src/task.rs:17
↓ 2 callersFunctionprint_progress
( context: &mut Context, current: usize, size: Option<usize>, speed: Option<Throughput>, )
src/states/firmware_update.rs:216
↓ 2 callersMethodraw_current_to_uA
(&self, raw: u16)
max17055/src/lib.rs:73
↓ 2 callersMethodraw_header
(&self, name: &str)
bad-server/src/request.rs:62
↓ 2 callersMethodraw_voltage_to_uV
(&self, raw: u16)
max17055/src/lib.rs:136
↓ 2 callersMethodread
(&mut self, buf: &mut [u8])
bad-server/src/request.rs:47
↓ 2 callersMethodread
(&mut self)
src/board/drivers/frontend.rs:291
↓ 2 callersMethodread
(&self)
src/board/wifi/sta.rs:52
↓ 2 callersMethodread_exact
(&mut self, buf: &mut [u8])
bad-server/src/request_body.rs:135
↓ 2 callersMethodread_gpio_async
(&mut self)
ads129x/src/lib.rs:102
↓ 2 callersMethodread_index
(&self)
signal-processing/src/buffer.rs:73
↓ 2 callersMethodread_vcell
Returns the cell voltage in μV.
max17055/src/lib.rs:385
↓ 2 callersMethodremaining
(&self)
src/timeout.rs:29
↓ 2 callersFunctionrun
(args: Args, f: syn::ItemFn)
macros/src/task.rs:35
↓ 2 callersMethodscan
(&self)
src/board/wifi/sta.rs:199
↓ 2 callersMethodsend_body
(mut self, data: impl AsRef<[u8]>)
bad-server/src/response.rs:171
↓ 2 callersMethodsend_raw_header
(&mut self, header: Header<'_>)
bad-server/src/response.rs:130
↓ 2 callersMethodsend_response_impl
( self, status: ResponseStatus, body: impl AsRef<[u8]>, )
bad-server/src/request.rs:83
↓ 2 callersMethodset_low
(&mut self)
src/board/utils.rs:10
↓ 2 callersMethodsignal_sta_work_available
(&mut self, available: bool)
src/board/initialized.rs:248
↓ 2 callersMethodsize
(&self)
gui/src/widgets/battery_small.rs:127
↓ 2 callersMethodstate
(&self)
src/states/menu/mod.rs:107
↓ 2 callersMethodstop
Stops the controlled task, and returns its return value.
src/task_control.rs:116
↓ 2 callersMethodtake_socket
(self)
bad-server/src/request_body.rs:149
↓ 2 callersFunctionto_progress
(elapsed: Duration, max_duration: Duration)
src/states/mod.rs:76
↓ 2 callersMethodto_relative
(&self, value: u16)
signal-processing/src/battery.rs:7
↓ 2 callersMethoduninit
(&mut self)
src/board/wifi/mod.rs:98
↓ 2 callersMethodupdate
(&mut self, sample: f32)
signal-processing/src/filter/pli.rs:155
↓ 2 callersMethodupdate_heart_rate
(&mut self, hr: Option<NonZeroU8>)
gui/src/screens/measure.rs:174
↓ 2 callersFunctionupload_measurement
( client: &mut HttpClient<'_, T, DNS>, meas_timestamp: u64, samples: MeasurementRef<'_
src/states/upload_or_store_measurement.rs:565
↓ 2 callersFunctionupload_stored
(context: &mut Context)
src/states/upload_or_store_measurement.rs:375
↓ 2 callersMethodvisible_networks
( &self, )
src/board/wifi/sta.rs:113
↓ 2 callersMethodwait_for_command
(&self)
src/board/wifi/sta.rs:618
↓ 2 callersMethodwait_for_message
(&mut self, duration: Duration)
src/board/initialized.rs:159
↓ 1 callersFunctionabout_menu
(context: &mut Context)
src/states/menu/about.rs:26
↓ 1 callersFunctionabout_menu_builder
(context: &mut Context)
src/states/menu/about.rs:63
↓ 1 callersMethodactivate
(&mut self)
src/board/ota/mod.rs:272
↓ 1 callersMethodadapt
(&mut self, filter: &Constants, ew: f32)
signal-processing/src/filter/pli.rs:97
↓ 1 callersMethodap_handle
(&self)
src/board/wifi/mod.rs:209
↓ 1 callersMethodapp_slot
(&self)
src/board/ota/mod.rs:169
↓ 1 callersMethodapply_config_async
( &mut self, mut config: ConfigRegisters, )
ads129x/src/lib.rs:114
↓ 1 callersFunctionask_for_action_builder
(context: &mut Context)
src/states/upload_or_store_measurement.rs:143
↓ 1 callersFunctionask_for_measurement_action
(context: &mut Context)
src/states/upload_or_store_measurement.rs:98
↓ 1 callersMethodattempt_restore_learned_params
( &mut self, params: &LearnedParams, delay: &mut impl AsyncDelayNs, )
max17055/src/lib.rs:431
↓ 1 callersFunctionbattery_info_menu
(context: &mut Context)
src/states/menu/battery_info.rs:23
↓ 1 callersFunctionbattery_info_menu_builder
(context: &mut Context)
src/states/menu/battery_info.rs:41
↓ 1 callersMethodbattery_style
(&self)
config-types/src/current.rs:65
↓ 1 callersMethodbounds
(&self)
gui/src/widgets/slot.rs:74
↓ 1 callersMethodbounds
(&self)
gui/src/widgets/battery_small.rs:279
↓ 1 callersMethodbuffer
(&mut self)
bad-server/src/lib.rs:40
↓ 1 callersFunctionbuffer_with_capacity
(size: usize, init_val: T)
src/states/upload_or_store_measurement.rs:546
↓ 1 callersMethodbyte_count
(&self)
signal-processing/src/compressing_buffer.rs:161
↓ 1 callersMethodbytes
()
src/main.rs:77
↓ 1 callersMethodcapacity
(&self)
signal-processing/src/sliding.rs:80
← previousnext →101–200 of 746, ranked by callers