pub unsafe extern "C" fn icsneo_getTimestampResolution(
    device: *const neodevice_t,
    resolution: *mut u16
) -> bool
Expand description

\brief Get the timestamp resolution for the given device \param[out] device A pointer to the neodevice_t structure specifying the device to read out the timestamp for. \param[out] resolution A pointer to a uint16_t where the resolution will be stored. This value is in nanoseconds.

\returns True if the resolution was written