iLLD_TC27xC
1.0
|
![]() |
Functions | |
IFX_INLINE void | IfxMtu_enableModule (void) |
Enables the MTU module. More... | |
IFX_INLINE boolean | IfxMtu_isModuleEnabled (void) |
Returns the status of whether the module is enabled or not. More... | |
IFX_EXTERN void | IfxMtu_disableMbistShell (IfxMtu_MbistSel mbistSel) |
Enables the MBIST Shell of the given SRAM. More... | |
IFX_EXTERN void | IfxMtu_enableMbistShell (IfxMtu_MbistSel mbistSel) |
Enables the MBIST Shell of the given SRAM. More... | |
IFX_EXTERN boolean | IfxMtu_isAutoInitRunning (IfxMtu_MbistSel mbistSel) |
Returns TRUE if Auto-Initialisation is running for the given SRAM. More... | |
IFX_EXTERN void IfxMtu_disableMbistShell | ( | IfxMtu_MbistSel | mbistSel) |
Enables the MBIST Shell of the given SRAM.
mbistSel | Memory Selection |
Definition at line 126 of file IfxMtu.c.
Referenced by IfxMtu_clearSram().
IFX_EXTERN void IfxMtu_enableMbistShell | ( | IfxMtu_MbistSel | mbistSel) |
Enables the MBIST Shell of the given SRAM.
mbistSel | Memory Selection |
Definition at line 149 of file IfxMtu.c.
Referenced by IfxMtu_clearSram().
IFX_INLINE void IfxMtu_enableModule | ( | void | ) |
Enables the MTU module.
Definition at line 250 of file IfxMtu.h.
Referenced by IfxEray_Eray_initModule().
IFX_EXTERN boolean IfxMtu_isAutoInitRunning | ( | IfxMtu_MbistSel | mbistSel) |
Returns TRUE if Auto-Initialisation is running for the given SRAM.
Should be polled after MBIST enableMbistShell to ensure that an auto-init operation is finished before starting a new operation.
mbistSel | Memory Selection |
Definition at line 229 of file IfxMtu.c.
Referenced by IfxMtu_clearSram().
IFX_INLINE boolean IfxMtu_isModuleEnabled | ( | void | ) |