Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_nand.h128 } NAND_HandleTypeDef; typedef
160 HAL_StatusTypeDef HAL_NAND_DeInit(NAND_HandleTypeDef *hnand);
161 void HAL_NAND_MspInit(NAND_HandleTypeDef *hnand);
162 void HAL_NAND_MspDeInit(NAND_HandleTypeDef *hnand);
163 void HAL_NAND_IRQHandler(NAND_HandleTypeDef *hnand);
164 void HAL_NAND_ITCallback(NAND_HandleTypeDef *hnand);
176 HAL_StatusTypeDef HAL_NAND_Reset(NAND_HandleTypeDef *hnand);
182 uint32_t HAL_NAND_Read_Status(NAND_HandleTypeDef *hnand);
194 HAL_StatusTypeDef HAL_NAND_ECC_Enable(NAND_HandleTypeDef *hnand);
195 HAL_StatusTypeDef HAL_NAND_ECC_Disable(NAND_HandleTypeDef *hnand);
[all …]
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_nand.c172 HAL_StatusTypeDef HAL_NAND_DeInit(NAND_HandleTypeDef *hnand) in HAL_NAND_DeInit()
195 __weak void HAL_NAND_MspInit(NAND_HandleTypeDef *hnand) in HAL_NAND_MspInit()
208 __weak void HAL_NAND_MspDeInit(NAND_HandleTypeDef *hnand) in HAL_NAND_MspDeInit()
222 void HAL_NAND_IRQHandler(NAND_HandleTypeDef *hnand) in HAL_NAND_IRQHandler()
268 __weak void HAL_NAND_ITCallback(NAND_HandleTypeDef *hnand) in HAL_NAND_ITCallback()
301 HAL_StatusTypeDef HAL_NAND_Read_ID(NAND_HandleTypeDef *hnand, NAND_IDTypeDef *pNAND_ID) in HAL_NAND_Read_ID()
348 HAL_StatusTypeDef HAL_NAND_Reset(NAND_HandleTypeDef *hnand) in HAL_NAND_Reset()
770 uint32_t HAL_NAND_Read_Status(NAND_HandleTypeDef *hnand) in HAL_NAND_Read_Status()
853 HAL_StatusTypeDef HAL_NAND_ECC_Enable(NAND_HandleTypeDef *hnand) in HAL_NAND_ECC_Enable()
878 HAL_StatusTypeDef HAL_NAND_ECC_Disable(NAND_HandleTypeDef *hnand) in HAL_NAND_ECC_Disable()
[all …]

Completed in 4 milliseconds