STM32H735xx HAL User Manual
|
PSSI Init structure definition. More...
#include <stm32h7xx_hal_pssi.h>
Data Fields | |
uint32_t | DataWidth |
uint32_t | BusWidth |
uint32_t | ControlSignal |
uint32_t | ClockPolarity |
uint32_t | DataEnablePolarity |
uint32_t | ReadyPolarity |
PSSI Init structure definition.
Definition at line 48 of file stm32h7xx_hal_pssi.h.
uint32_t PSSI_InitTypeDef::BusWidth |
Definition at line 51 of file stm32h7xx_hal_pssi.h.
Referenced by HAL_PSSI_Init(), HAL_PSSI_Receive(), HAL_PSSI_Receive_DMA(), HAL_PSSI_Transmit(), and HAL_PSSI_Transmit_DMA().
uint32_t PSSI_InitTypeDef::ClockPolarity |
Definition at line 53 of file stm32h7xx_hal_pssi.h.
Referenced by HAL_PSSI_Init(), HAL_PSSI_Receive(), HAL_PSSI_Receive_DMA(), HAL_PSSI_Transmit(), and HAL_PSSI_Transmit_DMA().
uint32_t PSSI_InitTypeDef::ControlSignal |
Definition at line 52 of file stm32h7xx_hal_pssi.h.
Referenced by HAL_PSSI_Init().
uint32_t PSSI_InitTypeDef::DataEnablePolarity |
Definition at line 54 of file stm32h7xx_hal_pssi.h.
Referenced by HAL_PSSI_Init().
uint32_t PSSI_InitTypeDef::DataWidth |
Definition at line 50 of file stm32h7xx_hal_pssi.h.
Referenced by HAL_PSSI_Receive(), and HAL_PSSI_Transmit().
uint32_t PSSI_InitTypeDef::ReadyPolarity |
Definition at line 55 of file stm32h7xx_hal_pssi.h.
Referenced by HAL_PSSI_Init().