embassy-mcxa

Crates

git

Versions

mcx-a256

Flavors

os_event_install_handler_raw

Function os_event_install_handler_raw 

Source
pub unsafe fn os_event_install_handler_raw(handler_addr: usize)
Expand description

Install OS_EVENT handler by raw address. Useful to avoid fn pointer type mismatches. Safety: Caller must ensure the address is a valid extern "C" fn() handler.