G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference

Functions

__STATIC_INLINE void DDL_HANDLER_EnableFault (uint32_t Fault)
 Enable a fault in System handler control register (SHCSR).
__STATIC_INLINE void DDL_HANDLER_DisableFault (uint32_t Fault)
 Disable a fault in System handler control register (SHCSR).

Detailed Description

Function Documentation

◆ DDL_HANDLER_DisableFault()

__STATIC_INLINE void DDL_HANDLER_DisableFault ( uint32_t Fault)

Disable a fault in System handler control register (SHCSR).

Parameters
FaultThis parameter can be a combination of the following values:
Return values
None

Definition at line 290 of file g32r4xx_ddl_cortex.h.

◆ DDL_HANDLER_EnableFault()

__STATIC_INLINE void DDL_HANDLER_EnableFault ( uint32_t Fault)

Enable a fault in System handler control register (SHCSR).

Parameters
FaultThis parameter can be a combination of the following values:
Return values
None

Definition at line 276 of file g32r4xx_ddl_cortex.h.