Searched refs:HAL_PCDEx_SetConnectionState (Results 1 – 9 of 9) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_pcd.c | 827 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()
|
D | stm32f3xx_hal_pcd_ex.c | 125 __weak void HAL_PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state) in HAL_PCDEx_SetConnectionState() function
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_pcd.c | 827 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()
|
D | stm32l1xx_hal_pcd_ex.c | 125 __weak void HAL_PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state) in HAL_PCDEx_SetConnectionState() function
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_pcd.c | 861 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()
|
D | stm32f1xx_hal_pcd_ex.c | 182 __weak void HAL_PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state) in HAL_PCDEx_SetConnectionState() function
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_pcd_ex.h | 54 void HAL_PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state);
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_pcd_ex.h | 54 void HAL_PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state);
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_pcd_ex.h | 58 void HAL_PCDEx_SetConnectionState(PCD_HandleTypeDef *hpcd, uint8_t state);
|