Searched refs:IOFunction (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_sdio.c | 2111 HAL_StatusTypeDef HAL_SDIO_EnableIOFunctionInterrupt(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction) in HAL_SDIO_EnableIOFunctionInterrupt() argument 2117 assert_param(IS_SDIO_FUNCTION(IOFunction)); in HAL_SDIO_EnableIOFunctionInterrupt() 2131 if ((((intEn >> (uint32_t)IOFunction) & 0x01U) == 0x01U) && ((intEn & 0x01U) != 0U)) in HAL_SDIO_EnableIOFunctionInterrupt() 2137 intEn |= (1U << (uint32_t)IOFunction) | 0x01U; in HAL_SDIO_EnableIOFunctionInterrupt() 2161 …L_StatusTypeDef HAL_SDIO_DisableIOFunctionInterrupt(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction) in HAL_SDIO_DisableIOFunctionInterrupt() argument 2167 assert_param(IS_SDIO_FUNCTION(IOFunction)); in HAL_SDIO_DisableIOFunctionInterrupt() 2181 if (((intEn >> (uint32_t)IOFunction) & 0x01U) == 0x00U) in HAL_SDIO_DisableIOFunctionInterrupt() 2188 intEn &= ~(1U << (uint32_t)IOFunction); in HAL_SDIO_DisableIOFunctionInterrupt() 2215 HAL_StatusTypeDef HAL_SDIO_EnableIOFunction(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction) in HAL_SDIO_EnableIOFunction() argument 2222 assert_param(IS_SDIO_FUNCTION(IOFunction)); in HAL_SDIO_EnableIOFunction() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_sdio.c | 2111 HAL_StatusTypeDef HAL_SDIO_EnableIOFunctionInterrupt(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction) in HAL_SDIO_EnableIOFunctionInterrupt() argument 2117 assert_param(IS_SDIO_FUNCTION(IOFunction)); in HAL_SDIO_EnableIOFunctionInterrupt() 2131 if ((((intEn >> (uint32_t)IOFunction) & 0x01U) == 0x01U) && ((intEn & 0x01U) != 0U)) in HAL_SDIO_EnableIOFunctionInterrupt() 2137 intEn |= (1U << (uint32_t)IOFunction) | 0x01U; in HAL_SDIO_EnableIOFunctionInterrupt() 2161 …L_StatusTypeDef HAL_SDIO_DisableIOFunctionInterrupt(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction) in HAL_SDIO_DisableIOFunctionInterrupt() argument 2167 assert_param(IS_SDIO_FUNCTION(IOFunction)); in HAL_SDIO_DisableIOFunctionInterrupt() 2181 if (((intEn >> (uint32_t)IOFunction) & 0x01U) == 0x00U) in HAL_SDIO_DisableIOFunctionInterrupt() 2188 intEn &= ~(1U << (uint32_t)IOFunction); in HAL_SDIO_DisableIOFunctionInterrupt() 2215 HAL_StatusTypeDef HAL_SDIO_EnableIOFunction(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction) in HAL_SDIO_EnableIOFunction() argument 2222 assert_param(IS_SDIO_FUNCTION(IOFunction)); in HAL_SDIO_EnableIOFunction() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_sdio.c | 2111 HAL_StatusTypeDef HAL_SDIO_EnableIOFunctionInterrupt(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction) in HAL_SDIO_EnableIOFunctionInterrupt() argument 2117 assert_param(IS_SDIO_FUNCTION(IOFunction)); in HAL_SDIO_EnableIOFunctionInterrupt() 2131 if ((((intEn >> (uint32_t)IOFunction) & 0x01U) == 0x01U) && ((intEn & 0x01U) != 0U)) in HAL_SDIO_EnableIOFunctionInterrupt() 2137 intEn |= (1U << (uint32_t)IOFunction) | 0x01U; in HAL_SDIO_EnableIOFunctionInterrupt() 2161 …L_StatusTypeDef HAL_SDIO_DisableIOFunctionInterrupt(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction) in HAL_SDIO_DisableIOFunctionInterrupt() argument 2167 assert_param(IS_SDIO_FUNCTION(IOFunction)); in HAL_SDIO_DisableIOFunctionInterrupt() 2181 if (((intEn >> (uint32_t)IOFunction) & 0x01U) == 0x00U) in HAL_SDIO_DisableIOFunctionInterrupt() 2188 intEn &= ~(1U << (uint32_t)IOFunction); in HAL_SDIO_DisableIOFunctionInterrupt() 2215 HAL_StatusTypeDef HAL_SDIO_EnableIOFunction(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction) in HAL_SDIO_EnableIOFunction() argument 2222 assert_param(IS_SDIO_FUNCTION(IOFunction)); in HAL_SDIO_EnableIOFunction() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_sdio.h | 482 …L_StatusTypeDef HAL_SDIO_RegisterIOFunctionCallback(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction, 503 HAL_StatusTypeDef HAL_SDIO_EnableIOFunctionInterrupt(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction… 504 …_StatusTypeDef HAL_SDIO_DisableIOFunctionInterrupt(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction); 506 HAL_StatusTypeDef HAL_SDIO_EnableIOFunction(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction); 507 HAL_StatusTypeDef HAL_SDIO_DisableIOFunction(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction); 509 HAL_StatusTypeDef HAL_SDIO_SelectIOFunction(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction); 510 HAL_StatusTypeDef HAL_SDIO_AbortIOFunction(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction);
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_sdio.h | 482 …L_StatusTypeDef HAL_SDIO_RegisterIOFunctionCallback(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction, 503 HAL_StatusTypeDef HAL_SDIO_EnableIOFunctionInterrupt(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction… 504 …_StatusTypeDef HAL_SDIO_DisableIOFunctionInterrupt(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction); 506 HAL_StatusTypeDef HAL_SDIO_EnableIOFunction(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction); 507 HAL_StatusTypeDef HAL_SDIO_DisableIOFunction(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction); 509 HAL_StatusTypeDef HAL_SDIO_SelectIOFunction(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction); 510 HAL_StatusTypeDef HAL_SDIO_AbortIOFunction(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction);
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_sdio.h | 487 …L_StatusTypeDef HAL_SDIO_RegisterIOFunctionCallback(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction, 508 HAL_StatusTypeDef HAL_SDIO_EnableIOFunctionInterrupt(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction… 509 …_StatusTypeDef HAL_SDIO_DisableIOFunctionInterrupt(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction); 511 HAL_StatusTypeDef HAL_SDIO_EnableIOFunction(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction); 512 HAL_StatusTypeDef HAL_SDIO_DisableIOFunction(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction); 514 HAL_StatusTypeDef HAL_SDIO_SelectIOFunction(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction); 515 HAL_StatusTypeDef HAL_SDIO_AbortIOFunction(SDIO_HandleTypeDef *hsdio, uint32_t IOFunction);
|