pub trait PeripheralClockSelector {
const REGISTER_NUM: usize;
}Expand description
Internal trait used for defining the fclksel index for a peripheral
This trait is an internal implementation detail and should neither be implemented nor used outside of LPC8xx HAL. Any changes to this trait won’t be considered breaking changes.
Required Associated Constants§
Sourceconst REGISTER_NUM: usize
const REGISTER_NUM: usize
The index of the FCLKSEL register
This is not relevant on LPC82x.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.