Home
last modified time | relevance | path

Searched defs:State (Results 1 – 25 of 57) sorted by relevance

123

/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_dsi.c1150 void DSI_SetSDD(DSI_TypeDef *DSIx, FunctionalState State) in DSI_SetSDD()
1170 …LanePinsConfiguration(DSI_TypeDef *DSIx, uint32_t CustomLane, uint32_t Lane, FunctionalState State) in DSI_SetLanePinsConfiguration()
1233 void DSI_SetPHYTimings(DSI_TypeDef *DSIx, uint32_t Timing, FunctionalState State, uint32_t Value) in DSI_SetPHYTimings()
1371 void DSI_ForceTXStopMode(DSI_TypeDef *DSIx, uint32_t Lane, FunctionalState State) in DSI_ForceTXStopMode()
1398 void DSI_ForceRXLowPower(DSI_TypeDef *DSIx, FunctionalState State) in DSI_ForceRXLowPower()
1415 void DSI_ForceDataLanesInRX(DSI_TypeDef *DSIx, FunctionalState State) in DSI_ForceDataLanesInRX()
1432 void DSI_SetPullDown(DSI_TypeDef *DSIx, FunctionalState State) in DSI_SetPullDown()
1449 void DSI_SetContentionDetectionOff(DSI_TypeDef *DSIx, FunctionalState State) in DSI_SetContentionDetectionOff()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dlpc_types.h63 #define PARAM_SETSTATE(State) ((State == RESET) || (State == SET)) argument
69 #define PARAM_FUNCTIONALSTATE(State) ((State == DISABLE) || (State == ENABLE)) argument
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_sdram.h84 __IO HAL_SDRAM_StateTypeDef State; /*!< SDRAM access state */ member
A Dstm32f7xx_hal_sram.h85 __IO HAL_SRAM_StateTypeDef State; /*!< SRAM device access state */ member
A Dstm32f7xx_hal_rng.h90 __IO HAL_RNG_StateTypeDef State; /*!< RNG communication state */ member
A Dstm32f7xx_hal_hcd.h91 __IO HCD_StateTypeDef State; /*!< HCD communication state */ member
A Dstm32f7xx_hal_iwdg.h99 __IO HAL_IWDG_StateTypeDef State; /*!< IWDG communication state */ member
A Dstm32f7xx_hal_wwdg.h98 __IO HAL_WWDG_StateTypeDef State; /*!< WWDG communication state */ member
A Dstm32f7xx_hal_nor.h129 __IO HAL_NOR_StateTypeDef State; /*!< NOR device access state */ member
A Dstm32f7xx_hal_crc.h133 __IO HAL_CRC_StateTypeDef State; /*!< CRC communication state */ member
A Dstm32f7xx_hal_hash.h135 __IO HAL_HASH_STATETypeDef State; /*!< HASH peripheral state */ member
A Dstm32f7xx_hal_nand.h125 __IO HAL_NAND_StateTypeDef State; /*!< NAND device access state */ member
A Dstm32f7xx_hal_dac.h79 __IO HAL_DAC_StateTypeDef State; /*!< DAC communication state */ member
A Dstm32f7xx_hal_pcd.h94 __IO PCD_StateTypeDef State; /*!< PCD communication state */ member
A Dstm32f7xx_hal_cryp.h160 __IO HAL_CRYP_STATETypeDef State; /*!< CRYP peripheral state */ member
A Dstm32f7xx_hal_dcmi.h87 __IO HAL_DCMI_StateTypeDef State; /*!< DCMI state */ member
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_spi.c2195 …PI_WaitFlagStateUntilTimeout(SPI_HandleTypeDef *hspi, uint32_t Flag, uint32_t State, uint32_t Time… in SPI_WaitFlagStateUntilTimeout()
2241 …PI_WaitFifoStateUntilTimeout(SPI_HandleTypeDef *hspi, uint32_t Fifo, uint32_t State, uint32_t Time… in SPI_WaitFifoStateUntilTimeout()
A Dstm32f7xx_hal_i2s.c1044 uint32_t State, uint32_t Timeout) in I2S_WaitFlagStateUntilTimeout()
A Dstm32f7xx_hal_qspi.c1660 FlagStatus State, uint32_t Timeout) in QSPI_WaitFlagStateUntilTimeout()
/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_spi.c3499 …StatusTypeDef SPI_WaitFlagStateUntilTimeout(SPI_HandleTypeDef *hspi, uint32_t Flag, uint32_t State, in SPI_WaitFlagStateUntilTimeout()
3551 …StatusTypeDef SPI_WaitFifoStateUntilTimeout(SPI_HandleTypeDef *hspi, uint32_t Fifo, uint32_t State, in SPI_WaitFifoStateUntilTimeout()
A Dstm32f0xx_hal_i2s.c1345 …2S_WaitFlagStateUntilTimeout(I2S_HandleTypeDef *hi2s, uint32_t Flag, uint32_t State, uint32_t Time… in I2S_WaitFlagStateUntilTimeout()
/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_crc.h128 __IO HAL_CRC_StateTypeDef State; /*!< CRC communication state */ member
A Dstm32f0xx_hal_dac.h85 __IO HAL_DAC_StateTypeDef State; /*!< DAC communication state */ member
A Dstm32f0xx_hal_comp.h105 __IO uint32_t State; /*!< COMP communication state member
A Dstm32f0xx_hal_i2s.h136 __IO HAL_I2S_StateTypeDef State; /*!< I2S communication state */ member

Completed in 52 milliseconds

123