Home
last modified time | relevance | path

Searched refs:AlternateBytes (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_qspi.h152 …uint32_t AlternateBytes; /* Specifies the Alternate Bytes to be sent (Size from 1 to 4 bytes a… member
Dstm32l4xx_hal_ospi.h161 uint32_t AlternateBytes; /* It contains the alternate bytes to be sent to the device. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_qspi.c2688 WRITE_REG(hqspi->Instance->ABR, cmd->AlternateBytes); in QSPI_Config()
2750 WRITE_REG(hqspi->Instance->ABR, cmd->AlternateBytes); in QSPI_Config()
Dstm32l4xx_hal_ospi.c2791 *abr_reg = cmd->AlternateBytes; in OSPI_ConfigCmd()