↓ 20 callersMethodset_brightness_for_each_led(
&mut self,
calc: impl Fn(&mut Self, u32, (u8, u8), (u8, u8)) -> u8,
)
rumcake/src/lighting/simple_backlight_matrix.rs:413
↓ 5 callersMethoddo_action(
&mut self,
action: Action<T, K>,
coord: (u8, u8),
delay: u16,
contex
keyberon/src/layout.rs:965
↓ 4 callersFunctioninvalidate_key(
database: &mut AsyncTicKV<'a, FlashDevice<'a, F>, { F::ERASE_SIZE }>,
key: &[u8],
)
rumcake/src/storage.rs:488
↓ 3 callersFunctionappend_key(
database: &mut AsyncTicKV<'a, FlashDevice<'a, F>, { F::ERASE_SIZE }>,
key: &[u8],
value: &'stati
rumcake/src/storage.rs:455
↓ 3 callersFunctionget_key(
database: &mut AsyncTicKV<'a, FlashDevice<'a, F>, { F::ERASE_SIZE }>,
key: &[u8],
buf: &'static
rumcake/src/storage.rs:472