[][src]Function rpi_pico_sdk::hardware_alarm_set_target

pub unsafe extern "C" fn hardware_alarm_set_target(
    alarm_num: uint,
    t: absolute_time_t
) -> bool

\brief Set the current target for the specified hardware alarm

This will replace any existing target

@param alarm_num the hardware alarm number @param t the target timestamp @return true if the target was "missed"; i.e. it was in the past, or occurred before a future hardware timeout could be set