/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pwr_ex.c | 674 HAL_StatusTypeDef HAL_PWREx_ConfigPVM(PWR_PVMTypeDef *sConfigPVM) in HAL_PWREx_ConfigPVM() argument 679 assert_param(IS_PWR_PVM_TYPE(sConfigPVM->PVMType)); in HAL_PWREx_ConfigPVM() 680 assert_param(IS_PWR_PVM_MODE(sConfigPVM->Mode)); in HAL_PWREx_ConfigPVM() 686 switch (sConfigPVM->PVMType) in HAL_PWREx_ConfigPVM() 697 if((sConfigPVM->Mode & PVM_MODE_IT) == PVM_MODE_IT) in HAL_PWREx_ConfigPVM() 703 if((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM() 709 if((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM() 714 if((sConfigPVM->Mode & PVM_FALLING_EDGE) == PVM_FALLING_EDGE) in HAL_PWREx_ConfigPVM() 730 if((sConfigPVM->Mode & PVM_MODE_IT) == PVM_MODE_IT) in HAL_PWREx_ConfigPVM() 736 if((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pwr_ex.c | 667 HAL_StatusTypeDef HAL_PWREx_ConfigPVM(PWR_PVMTypeDef *sConfigPVM) in HAL_PWREx_ConfigPVM() argument 672 assert_param(IS_PWR_PVM_TYPE(sConfigPVM->PVMType)); in HAL_PWREx_ConfigPVM() 673 assert_param(IS_PWR_PVM_MODE(sConfigPVM->Mode)); in HAL_PWREx_ConfigPVM() 679 switch (sConfigPVM->PVMType) in HAL_PWREx_ConfigPVM() 689 if ((sConfigPVM->Mode & PVM_MODE_IT) == PVM_MODE_IT) in HAL_PWREx_ConfigPVM() 695 if ((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM() 701 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM() 706 if ((sConfigPVM->Mode & PVM_FALLING_EDGE) == PVM_FALLING_EDGE) in HAL_PWREx_ConfigPVM() 720 if ((sConfigPVM->Mode & PVM_MODE_IT) == PVM_MODE_IT) in HAL_PWREx_ConfigPVM() 726 if ((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr_ex.c | 967 HAL_StatusTypeDef HAL_PWREx_ConfigPVM(PWR_PVMTypeDef *sConfigPVM) in HAL_PWREx_ConfigPVM() argument 972 assert_param(IS_PWR_PVM_TYPE(sConfigPVM->PVMType)); in HAL_PWREx_ConfigPVM() 973 assert_param(IS_PWR_PVM_MODE(sConfigPVM->Mode)); in HAL_PWREx_ConfigPVM() 979 switch (sConfigPVM->PVMType) in HAL_PWREx_ConfigPVM() 990 if((sConfigPVM->Mode & PVM_MODE_IT) == PVM_MODE_IT) in HAL_PWREx_ConfigPVM() 996 if((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM() 1002 if((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM() 1007 if((sConfigPVM->Mode & PVM_FALLING_EDGE) == PVM_FALLING_EDGE) in HAL_PWREx_ConfigPVM() 1023 if((sConfigPVM->Mode & PVM_MODE_IT) == PVM_MODE_IT) in HAL_PWREx_ConfigPVM() 1029 if((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM() [all …]
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pwr_ex.c | 626 HAL_StatusTypeDef HAL_PWREx_ConfigPVM(const PWR_PVMTypeDef *sConfigPVM) in HAL_PWREx_ConfigPVM() argument 631 assert_param(IS_PWR_PVM_TYPE(sConfigPVM->PVMType)); in HAL_PWREx_ConfigPVM() 632 assert_param(IS_PWR_PVM_MODE(sConfigPVM->Mode)); in HAL_PWREx_ConfigPVM() 637 switch (sConfigPVM->PVMType) in HAL_PWREx_ConfigPVM() 648 if ((sConfigPVM->Mode & PVM_MODE_IT) == PVM_MODE_IT) in HAL_PWREx_ConfigPVM() 654 if ((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM() 660 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM() 665 if ((sConfigPVM->Mode & PVM_FALLING_EDGE) == PVM_FALLING_EDGE) in HAL_PWREx_ConfigPVM() 679 if ((sConfigPVM->Mode & PVM_MODE_IT) == PVM_MODE_IT) in HAL_PWREx_ConfigPVM() 685 if ((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pwr_ex.c | 763 HAL_StatusTypeDef HAL_PWREx_ConfigPVM(PWR_PVMTypeDef *sConfigPVM) in HAL_PWREx_ConfigPVM() argument 768 assert_param(IS_PWR_PVM_TYPE(sConfigPVM->PVMType)); in HAL_PWREx_ConfigPVM() 769 assert_param(IS_PWR_PVM_MODE(sConfigPVM->Mode)); in HAL_PWREx_ConfigPVM() 774 switch (sConfigPVM->PVMType) in HAL_PWREx_ConfigPVM() 785 if ((sConfigPVM->Mode & PVM_MODE_IT) == PVM_MODE_IT) in HAL_PWREx_ConfigPVM() 791 if ((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM() 797 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM() 802 if ((sConfigPVM->Mode & PVM_FALLING_EDGE) == PVM_FALLING_EDGE) in HAL_PWREx_ConfigPVM() 817 if ((sConfigPVM->Mode & PVM_MODE_IT) == PVM_MODE_IT) in HAL_PWREx_ConfigPVM() 823 if ((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM() [all …]
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_pwr_ex.c | 107 HAL_StatusTypeDef HAL_PWREx_ConfigPVM(PWR_PVMTypeDef *sConfigPVM) in HAL_PWREx_ConfigPVM() argument 112 assert_param(IS_PWR_PVM_TYPE(sConfigPVM->PVMType)); in HAL_PWREx_ConfigPVM() 113 assert_param(IS_PWR_PVM_MODE(sConfigPVM->Mode)); in HAL_PWREx_ConfigPVM() 118 switch (sConfigPVM->PVMType) in HAL_PWREx_ConfigPVM() 128 if ((sConfigPVM->Mode & PVM_MODE_IT) == PVM_MODE_IT) in HAL_PWREx_ConfigPVM() 134 if ((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM() 140 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM() 145 if ((sConfigPVM->Mode & PVM_FALLING_EDGE) == PVM_FALLING_EDGE) in HAL_PWREx_ConfigPVM()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr_ex.c | 325 HAL_StatusTypeDef HAL_PWREx_ConfigPVM(PWR_PVMTypeDef *sConfigPVM) in HAL_PWREx_ConfigPVM() argument 330 assert_param(IS_PWR_PVM_TYPE(sConfigPVM->PVMType)); in HAL_PWREx_ConfigPVM() 331 assert_param(IS_PWR_PVM_MODE(sConfigPVM->Mode)); in HAL_PWREx_ConfigPVM() 336 switch (sConfigPVM->PVMType) in HAL_PWREx_ConfigPVM() 346 if ((sConfigPVM->Mode & PVM_MODE_IT) == PVM_MODE_IT) in HAL_PWREx_ConfigPVM() 352 if ((sConfigPVM->Mode & PVM_MODE_EVT) == PVM_MODE_EVT) in HAL_PWREx_ConfigPVM() 358 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM() 363 if ((sConfigPVM->Mode & PVM_FALLING_EDGE) == PVM_FALLING_EDGE) in HAL_PWREx_ConfigPVM()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_pwr_ex.c | 752 HAL_StatusTypeDef HAL_PWREx_ConfigPVM(PWR_PVMTypeDef *sConfigPVM) in HAL_PWREx_ConfigPVM() argument 757 assert_param(IS_PWR_PVM_TYPE(sConfigPVM->PVMType)); in HAL_PWREx_ConfigPVM() 758 assert_param(IS_PWR_PVM_MODE(sConfigPVM->Mode)); in HAL_PWREx_ConfigPVM() 763 switch (sConfigPVM->PVMType) in HAL_PWREx_ConfigPVM() 774 if ((sConfigPVM->Mode & PVM_MODE_IT) == PVM_MODE_IT) in HAL_PWREx_ConfigPVM() 780 if ((sConfigPVM->Mode & PVM_RISING_EDGE) == PVM_RISING_EDGE) in HAL_PWREx_ConfigPVM() 785 if ((sConfigPVM->Mode & PVM_FALLING_EDGE) == PVM_FALLING_EDGE) in HAL_PWREx_ConfigPVM()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_pwr_ex.h | 381 HAL_StatusTypeDef HAL_PWREx_ConfigPVM(PWR_PVMTypeDef *sConfigPVM);
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_pwr_ex.h | 597 HAL_StatusTypeDef HAL_PWREx_ConfigPVM(PWR_PVMTypeDef *sConfigPVM);
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_pwr_ex.h | 611 HAL_StatusTypeDef HAL_PWREx_ConfigPVM(PWR_PVMTypeDef *sConfigPVM);
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_pwr_ex.h | 767 HAL_StatusTypeDef HAL_PWREx_ConfigPVM(PWR_PVMTypeDef *sConfigPVM);
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_pwr_ex.h | 722 HAL_StatusTypeDef HAL_PWREx_ConfigPVM(const PWR_PVMTypeDef *sConfigPVM);
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_pwr_ex.h | 923 HAL_StatusTypeDef HAL_PWREx_ConfigPVM(PWR_PVMTypeDef *sConfigPVM);
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_pwr_ex.h | 827 HAL_StatusTypeDef HAL_PWREx_ConfigPVM(PWR_PVMTypeDef *sConfigPVM);
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_pwr_ex.h | 879 HAL_StatusTypeDef HAL_PWREx_ConfigPVM(PWR_PVMTypeDef *sConfigPVM);
|