pub unsafe extern "C" fn cpu_check_address(
    address: *const c_char
) -> bool
Expand description

@brief Checks is memory address valid or not

This function can be used to check for memory size, peripherals availability, etc.

@param[in] address Address to check @return true if address is valid