Home
last modified time | relevance | path

Searched refs:ChipSelectBoundary (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ospi.h97 uint32_t ChipSelectBoundary; /* It enables the transaction boundary feature and member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c338 assert_param(IS_OSPI_CS_BOUNDARY (hospi->Init.ChipSelectBoundary)); in HAL_OSPI_Init()
387 hospi->Instance->DCR3 = (hospi->Init.ChipSelectBoundary << OCTOSPI_DCR3_CSBOUND_Pos); in HAL_OSPI_Init()