3#ifndef STM32H730_OSPIM_H
4#define STM32H730_OSPIM_H
12namespace peripherals {
(OSPIM) module register structure
SourcePort
Enumeration for for the source of port n (n=1,2)
@ OCTOSPI2_IOHigh
OCTOSPI2_IO[7:4] in non multiplexed mode / unused in multiplexed mode.
@ OCTOSPI2_IOLow
OCTOSPI2_IO[3:0] in non multiplexed mode / unused in multiplexed mode.
@ OCTOSPI1_IOHigh
OCTOSPI1_IO[7:4] in non multiplexed mode / multiplexed_IO[3:0] in multiplexed mode.
@ OCTOSPI1_IOLow
OCTOSPI1_IO[3:0] in non multiplexed mode / multiplexed_IO[3:0] in multiplexed mode.
static bool init(InitStruct const &initStruct)
Initializes the OSPIM peripheral according to the specified parameters in the OSPIM_InitStruct.
static void deInit()
Deinitializes the OSPIM peripheral according to the specified parameters in the OSPIM_InitStruct.
This is a application specific file which is used to configure Imt.Base.Core.Math.
OSPIM struct used for init method.
PnCRStruct Port2
Specifies the settings for port 2.
bool MUXEnable
Specifies if the multiplexed mode is enabled.
PnCRStruct Port1
Specifies the settings for port 1.
uint8_t REQ2ACKTime
Specifies the REQ to ACK time.
OSPIM struct used to set the PCR register for port n.
bool DQSEnable
Specifies if the DQS should be enabled.
bool CLKSource
Specifies the CLK/CLKn source. 0: OCTOSPI1_CLK/CLKn, 1: OCTOSPI2_CLK/CLKn.
SourcePort IOHSource
Specifies the IO[7:4] source for Port n.
SourcePort IOLSource
Specifies the IO[3:0] source for Port n.
bool IOLEnable
Specifies if the IO[3:0] should be enabled.
bool DQSSource
Specifies the DQS source. 0: OCTOSPI1_DQS, 1: OCTOSPI2_DQS.
bool NCSSource
Specifies the nCS source. 0: OCTOSPI1_nCS, 1: OCTOSPI2_nCS.
bool IOHEnable
Specifies if the IO[7:4] should be enabled.
bool CLKEnable
Specifies if the CLK/CLKn should be enabled.
bool NCSEnable
Specifies if the nCS should be enabled.