Lines Matching refs:Periphs
455 __STATIC_INLINE void LL_DBGMCU_APB1_GRP1_FreezePeriph(uint32_t Periphs) in LL_DBGMCU_APB1_GRP1_FreezePeriph() argument
457 SET_BIT(DBGMCU->APB1LFZ1, Periphs); in LL_DBGMCU_APB1_GRP1_FreezePeriph()
484 __STATIC_INLINE void LL_DBGMCU_APB1_GRP1_UnFreezePeriph(uint32_t Periphs) in LL_DBGMCU_APB1_GRP1_UnFreezePeriph() argument
486 CLEAR_BIT(DBGMCU->APB1LFZ1, Periphs); in LL_DBGMCU_APB1_GRP1_UnFreezePeriph()
496 __STATIC_INLINE void LL_DBGMCU_APB1_GRP2_FreezePeriph(uint32_t Periphs) in LL_DBGMCU_APB1_GRP2_FreezePeriph() argument
498 CLEAR_BIT(DBGMCU->APB1HFZ1, Periphs); in LL_DBGMCU_APB1_GRP2_FreezePeriph()
508 __STATIC_INLINE void LL_DBGMCU_APB1_GRP2_UnFreezePeriph(uint32_t Periphs) in LL_DBGMCU_APB1_GRP2_UnFreezePeriph() argument
510 CLEAR_BIT(DBGMCU->APB1HFZ1, Periphs); in LL_DBGMCU_APB1_GRP2_UnFreezePeriph()
526 __STATIC_INLINE void LL_DBGMCU_APB2_FreezePeriph(uint32_t Periphs) in LL_DBGMCU_APB2_FreezePeriph() argument
528 SET_BIT(DBGMCU->APB2FZ1, Periphs); in LL_DBGMCU_APB2_FreezePeriph()
544 __STATIC_INLINE void LL_DBGMCU_APB2_UnFreezePeriph(uint32_t Periphs) in LL_DBGMCU_APB2_UnFreezePeriph() argument
546 SET_BIT(DBGMCU->APB2FZ1, Periphs); in LL_DBGMCU_APB2_UnFreezePeriph()
562 __STATIC_INLINE void LL_DBGMCU_APB4_FreezePeriph(uint32_t Periphs) in LL_DBGMCU_APB4_FreezePeriph() argument
564 SET_BIT(DBGMCU->APB4FZ1, Periphs); in LL_DBGMCU_APB4_FreezePeriph()
580 __STATIC_INLINE void LL_DBGMCU_APB4_UnFreezePeriph(uint32_t Periphs) in LL_DBGMCU_APB4_UnFreezePeriph() argument
582 SET_BIT(DBGMCU->APB4FZ1, Periphs); in LL_DBGMCU_APB4_UnFreezePeriph()
592 __STATIC_INLINE void LL_DBGMCU_APB5_FreezePeriph(uint32_t Periphs) in LL_DBGMCU_APB5_FreezePeriph() argument
594 SET_BIT(DBGMCU->APB5FZ1, Periphs); in LL_DBGMCU_APB5_FreezePeriph()
604 __STATIC_INLINE void LL_DBGMCU_APB5_UnFreezePeriph(uint32_t Periphs) in LL_DBGMCU_APB5_UnFreezePeriph() argument
606 SET_BIT(DBGMCU->APB5FZ1, Periphs); in LL_DBGMCU_APB5_UnFreezePeriph()
631 __STATIC_INLINE void LL_DBGMCU_AHB1_FreezePeriph(uint32_t Periphs) in LL_DBGMCU_AHB1_FreezePeriph() argument
633 SET_BIT(DBGMCU->AHB1FZ1, Periphs); in LL_DBGMCU_AHB1_FreezePeriph()
658 __STATIC_INLINE void LL_DBGMCU_AHB1_UnFreezePeriph(uint32_t Periphs) in LL_DBGMCU_AHB1_UnFreezePeriph() argument
660 SET_BIT(DBGMCU->AHB1FZ1, Periphs); in LL_DBGMCU_AHB1_UnFreezePeriph()
686 __STATIC_INLINE void LL_DBGMCU_AHB5_FreezePeriph(uint32_t Periphs) in LL_DBGMCU_AHB5_FreezePeriph() argument
688 SET_BIT(DBGMCU->AHB5FZ1, Periphs); in LL_DBGMCU_AHB5_FreezePeriph()
714 __STATIC_INLINE void LL_DBGMCU_AHB5_UnFreezePeriph(uint32_t Periphs) in LL_DBGMCU_AHB5_UnFreezePeriph() argument
716 SET_BIT(DBGMCU->AHB5FZ1, Periphs); in LL_DBGMCU_AHB5_UnFreezePeriph()