pub trait PinsSdram<Bank: SdramPinSet, Address: AddressPinSet> {
const NUMBER_INTERNAL_BANKS: u8;
}
Expand description
Set of pins for an SDRAM, that corresponds to a specific bank
Required Associated Constants§
sourceconst NUMBER_INTERNAL_BANKS: u8
const NUMBER_INTERNAL_BANKS: u8
The number of SDRAM banks addressable with this set of pins
Object Safety§
This trait is not object safe.