HAL PSSI Overview ¶
Introducing PSSI ¶
- group PSSI_Introduction
-
-
This introduction is under development.
-
Module and files ¶
The following diagram illustrates the PSSI module and its associated files.
Component diagram ¶
The following diagram illustrates the software components involved in the PSSI module. It shows the interactions between the user application, HAL drivers, low-level drivers, and the hardware components.
Configuration table ¶
The following table lists the configuration defines for the HAL PSSI module, specifying their locations, default values, and descriptions:
- group PSSI_Configuration_Table
-
-
Configuration inside the PSSI driver
Config defines
Description
Default value
Note
USE_HAL_PSSI_CLK_ENABLE_MODEL
stm32u5xx_hal_conf.h
HAL_CLK_ENABLE_NO
Enable the gating of the periph clk
USE_HAL_PSSI_MODULE
stm32u5xx_hal_conf.h
1
When set, HAL PSSI module is enabled
USE_HAL_PSSI_DMA
stm32u5xx_hal_conf.h
1
Enable DMA code inside PSSI
USE_HAL_PSSI_GET_LAST_ERRORS
stm32u5xx_hal_conf.h
0
Enable the get last process error
USE_HAL_PSSI_USER_DATA
stm32u5xx_hal_conf.h
0
Enable the set/get user data
USE_HAL_PSSI_REGISTER_CALLBACKS
stm32u5xx_hal_conf.h
0
Enable the register callbacks assert
USE_HAL_CHECK_PARAM
stm32u5xx_hal_conf.h
0
Parameters are checked in runtime
USE_HAL_CHECK_PROCESS_STATE
stm32u5xx_hal_conf.h
0
Check/Update the HAL PSSI state
USE_HAL_MUTEX
stm32u5xx_hal_conf.h
0
Enable the acquire/release bus services
USE_ASSERT_DBG_PARAM
from PreProcessor env
NA
Enable the params assert
USE_ASSERT_DBG_STATE
from PreProcessor env
NA
Enable the state assert
-