Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_qspi.c823 assert_param(IS_QSPI_INSTRUCTION(cmd->Instruction)); in HAL_QSPI_Command()
912 assert_param(IS_QSPI_INSTRUCTION(cmd->Instruction)); in HAL_QSPI_Command_IT()
1606 assert_param(IS_QSPI_INSTRUCTION(cmd->Instruction)); in HAL_QSPI_AutoPolling()
1706 assert_param(IS_QSPI_INSTRUCTION(cmd->Instruction)); in HAL_QSPI_AutoPolling_IT()
1810 assert_param(IS_QSPI_INSTRUCTION(cmd->Instruction)); in HAL_QSPI_MemoryMapped()
2698 cmd->Instruction | FunctionalMode)); in QSPI_Config()
2714 cmd->Instruction | FunctionalMode)); in QSPI_Config()
2726 cmd->InstructionMode | cmd->Instruction | FunctionalMode)); in QSPI_Config()
2741 cmd->InstructionMode | cmd->Instruction | FunctionalMode)); in QSPI_Config()
Dstm32l4xx_hal_ospi.c2845 *ir_reg = cmd->Instruction; in OSPI_ConfigCmd()
2879 *ir_reg = cmd->Instruction; in OSPI_ConfigCmd()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_qspi.h148 uint32_t Instruction; /* Specifies the Instruction to be sent member
Dstm32l4xx_hal_ospi.h145 uint32_t Instruction; /* It contains the instruction to be sent to the device. member