tick

Function tick 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn tick( tick_number: u32, report_ptr: *mut u8, ) -> i32
Expand description

Execute one tick of the kernel

ยงSafety

  • report_ptr must point to a buffer of at least 64 bytes
  • The tile must be initialized

Returns 1 on success, 0 if tile not initialized.