You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
For the core registers the address in stored as type (pub struct RegCore<T: RegSpec, A: Access, const ADDR: u16> ) therefore we need to unroll the cluster registers within the csfr peripherals(CPUx).
Applicable only for the aurix targets.
Describe the solution you'd like
Extend the templates to support the unroll of clusters specific to csfr only.
Example :
All registers within CPU DPR[%s] cluster will be unrolled to separate register instances.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
For the core registers the address in stored as type (pub struct RegCore<T: RegSpec, A: Access, const ADDR: u16> ) therefore we need to unroll the cluster registers within the csfr peripherals(CPUx).
Applicable only for the aurix targets.
Describe the solution you'd like
Extend the templates to support the unroll of clusters specific to csfr only.
Example :
All registers within CPU DPR[%s] cluster will be unrolled to separate register instances.
The text was updated successfully, but these errors were encountered: