Home
last modified time | relevance | path

Searched refs:__HAL_RCC_UART4_CLK_DISABLE (Results 1 – 13 of 13) sorted by relevance

/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Duart.c614 __HAL_RCC_UART4_CLK_DISABLE(); in uart_deinit()
/dports/security/py-pyvex/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_rcc_ex.h333 #define __HAL_RCC_UART4_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_UART4EN)) macro
H A Dstm32_hal_legacy.h2200 #define __UART4_CLK_DISABLE __HAL_RCC_UART4_CLK_DISABLE
/dports/devel/py-cle/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_rcc_ex.h333 #define __HAL_RCC_UART4_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_UART4EN)) macro
H A Dstm32_hal_legacy.h2200 #define __UART4_CLK_DISABLE __HAL_RCC_UART4_CLK_DISABLE
/dports/security/py-angr/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_rcc_ex.h333 #define __HAL_RCC_UART4_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_UART4EN)) macro
H A Dstm32_hal_legacy.h2200 #define __UART4_CLK_DISABLE __HAL_RCC_UART4_CLK_DISABLE
/dports/security/py-ailment/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_rcc_ex.h333 #define __HAL_RCC_UART4_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_UART4EN)) macro
H A Dstm32_hal_legacy.h2200 #define __UART4_CLK_DISABLE __HAL_RCC_UART4_CLK_DISABLE
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/Legacy/
H A Dstm32_hal_legacy.h2580 #define __UART4_CLK_DISABLE __HAL_RCC_UART4_CLK_DISABLE
2610 #define __USART4_CLK_DISABLE __HAL_RCC_UART4_CLK_DISABLE
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/inc/Legacy/
H A Dstm32_hal_legacy.h2711 #define __UART4_CLK_DISABLE __HAL_RCC_UART4_CLK_DISABLE
2741 #define __USART4_CLK_DISABLE __HAL_RCC_UART4_CLK_DISABLE
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/inc/
H A Dstm32g4xx_hal_rcc.h1041 #define __HAL_RCC_UART4_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR1, RCC_APB1ENR1_UART4EN) macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_hal_rcc.h1557 #define __HAL_RCC_UART4_CLK_DISABLE() (RCC->APB1LENR) &= ~ (RCC_APB1LENR_UART4EN) macro