Home
last modified time | relevance | path

Searched refs:HAL_PCDEx_SetConnectionState (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_pcd.c827 HAL_PCDEx_SetConnectionState(hpcd, 1U); in HAL_PCD_Start()
845 HAL_PCDEx_SetConnectionState(hpcd, 0U); in HAL_PCD_Stop()
1171 HAL_PCDEx_SetConnectionState(hpcd, 1U); in HAL_PCD_DevConnect()
1188 HAL_PCDEx_SetConnectionState(hpcd, 0U); in HAL_PCD_DevDisconnect()
Dstm32f3xx_hal_pcd_ex.c125 __weak void HAL_PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state) in HAL_PCDEx_SetConnectionState() function
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_pcd.c827 HAL_PCDEx_SetConnectionState(hpcd, 1U); in HAL_PCD_Start()
845 HAL_PCDEx_SetConnectionState(hpcd, 0U); in HAL_PCD_Stop()
1171 HAL_PCDEx_SetConnectionState(hpcd, 1U); in HAL_PCD_DevConnect()
1188 HAL_PCDEx_SetConnectionState(hpcd, 0U); in HAL_PCD_DevDisconnect()
Dstm32l1xx_hal_pcd_ex.c125 __weak void HAL_PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state) in HAL_PCDEx_SetConnectionState() function
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_pcd.c861 HAL_PCDEx_SetConnectionState(hpcd, 1U); in HAL_PCD_Start()
881 HAL_PCDEx_SetConnectionState(hpcd, 0U); in HAL_PCD_Stop()
1664 HAL_PCDEx_SetConnectionState(hpcd, 1U); in HAL_PCD_DevConnect()
1683 HAL_PCDEx_SetConnectionState(hpcd, 0U); in HAL_PCD_DevDisconnect()
Dstm32f1xx_hal_pcd_ex.c182 __weak void HAL_PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state) in HAL_PCDEx_SetConnectionState() function
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_pcd_ex.h54 void HAL_PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state);
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_pcd_ex.h54 void HAL_PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state);
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_pcd_ex.h58 void HAL_PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state);