HAL CORTEX Generic Driver
HAL_SYSTICK_IRQHandler
void HAL_SYSTICK_IRQHandler (void )
This function handles SYSTICK interrupt request.
HAL_SYSTICK_Callback
void HAL_SYSTICK_Callback (void )
HAL_MPU_Enable
void HAL_MPU_Enable (uint32_t MPU_Control)
MPU_Control: Specifies the control mode of the MPU during
hard fault, NMI, FAULTMASK and privileged access to the
default memory This parameter can be one of the following
values:
MPU_HFNMI_PRIVDEF_NONE
MPU_HARDFAULT_NMI
MPU_PRIVILEGED_DEFAULT
MPU_HFNMI_PRIVDEF
HAL_MPU_Disable
void HAL_MPU_Disable (void )
HAL_MPU_ConfigRegion
void HAL_MPU_ConfigRegion (MPU_Region_InitTypeDef *
MPU_Init)
Initializes and configures the Region and the memory to be
protected.
MPU_Init: Pointer to a MPU_Region_InitTypeDef structure
that contains the initialization and configuration information.