Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/card-io-ecg/card-io-fw
/ functions
Functions
746 in github.com/card-io-ecg/card-io-fw
⨍
Functions
746
◇
Types & classes
253
↓ 68 callers
Method
push
(&mut self, sample: T)
signal-processing/src/buffer.rs:59
↓ 59 callers
Method
unwrap
(self)
src/task_control.rs:135
↓ 41 callers
Method
iter
(&self)
signal-processing/src/buffer.rs:103
↓ 41 callers
Method
map
(&self, value: f32)
signal-processing/src/lerp.rs:23
↓ 25 callers
Method
display_message
(&mut self, message: &str)
src/board/initialized.rs:165
↓ 23 callers
Method
push
(&mut self, item: i32)
signal-processing/src/compressing_buffer.rs:122
↓ 22 callers
Method
is_empty
(&self)
signal-processing/src/buffer.rs:47
↓ 20 callers
Method
as_str
(&self)
bad-server/src/method.rs:83
↓ 19 callers
Method
clone
(&self)
signal-processing/src/buffer.rs:18
↓ 18 callers
Method
len
(&self)
signal-processing/src/buffer.rs:43
↓ 17 callers
Method
as_ref
(&self)
src/states/upload_or_store_measurement.rs:478
↓ 17 callers
Method
draw
(&self, display: &mut D)
gui/src/screens/qr.rs:34
↓ 14 callers
Method
next
(self)
src/board/ota/mod.rs:139
↓ 13 callers
Method
build
(self)
src/states/menu/mod.rs:75
↓ 13 callers
Method
send_error_response
( self, status: ResponseStatus, message: &str, )
bad-server/src/request.rs:101
↓ 11 callers
Method
bounding_box
(&self)
gui/src/utils.rs:17
↓ 11 callers
Method
update_config
(&mut self, cb: impl FnOnce(&mut Config))
src/board/initialized.rs:252
↓ 11 callers
Method
with_handler
(self, handler: H)
bad-server/src/lib.rs:79
↓ 10 callers
Method
elapsed
(&self)
src/timeout.rs:25
↓ 10 callers
Method
is_elapsed
(&self)
src/timeout.rs:21
↓ 10 callers
Method
push
(&mut self, sample: f32)
gui/src/screens/measure.rs:144
↓ 10 callers
Method
reset
(&mut self)
src/timeout.rs:17
↓ 10 callers
Method
spawn
( &'static self, future: impl FnOnce() -> F, )
embassy-alloc-taskpool/src/lib.rs:75
↓ 10 callers
Method
write
(&mut self, data: impl AsRef<[u8]>)
bad-server/src/response.rs:190
↓ 9 callers
Method
clear
(&mut self)
signal-processing/src/buffer.rs:38
↓ 9 callers
Method
is_touched
(&mut self)
src/states/mod.rs:71
↓ 9 callers
Method
len
(&self)
src/states/upload_or_store_measurement.rs:492
↓ 9 callers
Function
test_filter
(mut filter: impl Filter, input: &[f32], expectation: &[f32], epsilon: f32)
signal-processing/src/filter/dyn_iir.rs:238
↓ 9 callers
Function
test_filter
(mut filter: impl Filter, input: &[f32], expectation: &[f32], epsilon: f32)
signal-processing/src/filter/iir.rs:376
↓ 9 callers
Method
update
(&mut self, value: f32, config: &CameraConfig)
gui/src/screens/measure.rs:53
↓ 8 callers
Function
cargo
(toolchain: &'static str, command: &[&str])
xtask/src/main.rs:122
↓ 8 callers
Function
create_menu
( title: T, )
gui/src/screens/mod.rs:40
↓ 8 callers
Method
get
(path: &str, handler: Self)
bad-server/src/handler.rs:45
↓ 7 callers
Method
capacity
(&self)
signal-processing/src/buffer.rs:51
↓ 7 callers
Method
clone
(&self)
bad-server/src/connector.rs:56
↓ 7 callers
Method
display
(&mut self, context: &mut Context)
src/states/menu/mod.rs:127
↓ 7 callers
Method
run_cancellable
Runs a cancellable task. The task ends when either the future completes, or the task is cancelled. # Safety The caller must ensure this function is
src/task_control.rs:79
↓ 7 callers
Method
size
(&self)
gui/src/widgets/wifi_client.rs:65
↓ 7 callers
Method
take
()
src/board/storage.rs:31
↓ 7 callers
Method
toolchain
(self)
xtask/src/main.rs:313
↓ 7 callers
Method
update
(&self, value: InternalConnectionState)
src/board/wifi/sta.rs:56
↓ 7 callers
Method
with_status_bar
(&'a mut self, draw: F)
src/board/initialized.rs:147
↓ 7 callers
Method
write_str
(&mut self, s: &str)
src/human_readable.rs:147
↓ 6 callers
Method
can_enable_wifi
(&mut self)
src/board/initialized.rs:241
↓ 6 callers
Method
init
( controller: WifiController<'static>, ap_stack: Stack<'static>, ap_runner: Runner<'st
src/board/wifi/ap.rs:64
↓ 6 callers
Method
is_full
(&self)
signal-processing/src/buffer.rs:55
↓ 6 callers
Method
is_low
(&mut self)
src/board/drivers/battery_monitor/mod.rs:122
↓ 6 callers
Method
len
(&self)
signal-processing/src/sliding.rs:31
↓ 6 callers
Method
load
(reader: &mut R)
config-types/src/v5.rs:36
↓ 6 callers
Method
pop
(&mut self)
signal-processing/src/buffer.rs:194
↓ 6 callers
Method
start_response
( self, status: ResponseStatus, )
bad-server/src/request.rs:74
↓ 6 callers
Method
update
(&mut self, frontend: &mut EcgFrontend)
src/states/mod.rs:54
↓ 5 callers
Method
build_flags
(self)
xtask/src/main.rs:340
↓ 5 callers
Method
clear
(&mut self, color: Self::Color)
src/board/drivers/display.rs:90
↓ 5 callers
Method
consume
(&mut self, expected: &[u8])
bad-server/src/request_body.rs:288
↓ 5 callers
Method
is_complete
(&self)
bad-server/src/request.rs:43
↓ 5 callers
Method
make_contiguous
(&mut self)
signal-processing/src/buffer.rs:114
↓ 5 callers
Method
norm
(&self)
signal-processing/src/lib.rs:36
↓ 5 callers
Method
start_body
(self)
bad-server/src/response.rs:155
↓ 5 callers
Method
stop
(self)
src/board/wifi/ap.rs:92
↓ 5 callers
Method
store
(&self, writer: &mut W)
config-types/src/current.rs:105
↓ 5 callers
Method
transfer_coeff_at
(&self, w: f32)
signal-processing/src/filter/iir.rs:108
↓ 5 callers
Method
update
(&mut self, display: &impl DrawTarget<Color = BinaryColor>)
src/states/menu/mod.rs:103
↓ 4 callers
Function
assert_float_equals
(value: f32, expectation: f32, tolerance: f32)
signal-processing/src/filter/iir.rs:165
↓ 4 callers
Method
battery_data
(&mut self)
src/board/drivers/battery_monitor/mod.rs:95
↓ 4 callers
Method
client
(&mut self)
src/board/wifi/sta.rs:237
↓ 4 callers
Method
enable_wifi_sta
(&mut self, mode: StaMode)
src/board/initialized.rs:116
↓ 4 callers
Method
end_chunked_response
(mut self)
bad-server/src/response.rs:220
↓ 4 callers
Method
handle
(&self)
src/board/wifi/ap.rs:103
↓ 4 callers
Method
https_client_resources
Allocates resources for an HTTPS capable [`HttpClient`].
src/board/wifi/sta.rs:173
↓ 4 callers
Method
is_charging
(&mut self)
src/board/drivers/battery_monitor/mod.rs:118
↓ 4 callers
Method
is_plugged
(&mut self)
src/board/drivers/battery_monitor/mod.rs:114
↓ 4 callers
Method
name
(self)
bad-server/src/response.rs:22
↓ 4 callers
Method
read_all
(&mut self, buffer: &'b mut [u8])
bad-server/src/request.rs:51
↓ 4 callers
Method
read_one
(&mut self)
bad-server/src/request_body.rs:140
↓ 4 callers
Method
save_config
(&mut self)
src/board/initialized.rs:77
↓ 4 callers
Method
set_high
(&mut self)
src/board/utils.rs:14
↓ 4 callers
Method
shut_down
(&mut self)
src/board/drivers/display.rs:62
↓ 4 callers
Method
start_chunked_body
( mut self, )
bad-server/src/response.rs:159
↓ 4 callers
Method
stop_if
(&mut self)
src/board/wifi/mod.rs:225
↓ 4 callers
Method
transfer_byte
(&mut self, write: u8, out: &mut u8)
src/board/drivers/bitbang_spi.rs:37
↓ 4 callers
Method
update
(&mut self, sample: f32)
signal-processing/src/filter/median.rs:37
↓ 4 callers
Method
wait
(&self)
src/board/wifi/sta.rs:47
↓ 4 callers
Method
wait_for_connection
(&self, context: &mut Context)
src/board/wifi/sta.rs:134
↓ 3 callers
Method
apply_hw_config_changes
(&mut self)
src/board/initialized.rs:138
↓ 3 callers
Method
block
(self)
src/board/ota/mod.rs:116
↓ 3 callers
Function
build
(config: BuildConfig, timings: bool)
xtask/src/main.rs:134
↓ 3 callers
Method
connection_state
(&self)
src/board/wifi/ap.rs:48
↓ 3 callers
Method
current
(seq0: u32, seq1: u32)
src/board/ota/mod.rs:123
↓ 3 callers
Function
draw_image_right_aligned
( target: &mut D, raw_image: &ImageRaw<'_, BinaryColor>, top_right: Point, )
gui/src/widgets/battery_small.rs:18
↓ 3 callers
Function
find_suffix
(amount: usize)
src/human_readable.rs:6
↓ 3 callers
Method
handles
(&self)
src/board/wifi/ap_sta.rs:104
↓ 3 callers
Function
initialize
(context: &mut Context)
src/states/init.rs:11
↓ 3 callers
Method
initialize
( &mut self, callback: impl FnOnce( WifiController<'static>, S
src/board/wifi/mod.rs:51
↓ 3 callers
Method
interact
(&mut self, touched: bool)
src/states/menu/mod.rs:99
↓ 3 callers
Method
listen
(&mut self, socket: &mut H::Connection, port: u16)
bad-server/src/lib.rs:211
↓ 3 callers
Method
percentage
(data: Option<BatteryInfo>)
gui/src/widgets/battery_small.rs:267
↓ 3 callers
Method
pop
(&mut self)
signal-processing/src/compressing_buffer.rs:139
↓ 3 callers
Method
raw_capacity_to_uAh
(&self, raw: u16)
max17055/src/lib.rs:95
↓ 3 callers
Method
send
( socket: &mut C, header: Header<'_>, )
bad-server/src/response.rs:131
next →
1–100 of 746, ranked by callers