Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c775 assert_param(IS_OSPI_INSTRUCTION_SIZE (cmd->InstructionSize)); in HAL_OSPI_Command()
900 assert_param(IS_OSPI_INSTRUCTION_SIZE (cmd->InstructionSize)); in HAL_OSPI_Command_IT()
2822 … (cmd->InstructionMode | cmd->InstructionDtrMode | cmd->InstructionSize | in OSPI_ConfigCmd()
2833 … (cmd->InstructionMode | cmd->InstructionDtrMode | cmd->InstructionSize | in OSPI_ConfigCmd()
2859 … (cmd->InstructionMode | cmd->InstructionDtrMode | cmd->InstructionSize | in OSPI_ConfigCmd()
2868 … (cmd->InstructionMode | cmd->InstructionDtrMode | cmd->InstructionSize)); in OSPI_ConfigCmd()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ospi.h149 uint32_t InstructionSize; /* It indicates the size of the instruction. member