Home
last modified time | relevance | path

Searched refs:USART_CR2_ADD (Results 1 – 25 of 44) sorted by relevance

12

/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h86 #define USART_CR2_ADD GENMASK(31, 24) macro
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h86 #define USART_CR2_ADD GENMASK(31, 24) macro
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h86 #define USART_CR2_ADD GENMASK(31, 24) macro
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h86 #define USART_CR2_ADD GENMASK(31, 24) macro
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/include/drivers/st/
H A Dstm32_uart_regs.h86 #define USART_CR2_ADD GENMASK(31, 24) macro
/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_ll_usart.h885 MODIFY_REG(USARTx->CR2, USART_CR2_ADD, (NodeAddress & USART_CR2_ADD)); in LL_USART_SetNodeAddress()
897 return (uint32_t)(READ_BIT(USARTx->CR2, USART_CR2_ADD)); in LL_USART_GetNodeAddress()
/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_ll_usart.h885 MODIFY_REG(USARTx->CR2, USART_CR2_ADD, (NodeAddress & USART_CR2_ADD)); in LL_USART_SetNodeAddress()
897 return (uint32_t)(READ_BIT(USARTx->CR2, USART_CR2_ADD)); in LL_USART_GetNodeAddress()
/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_ll_usart.h885 MODIFY_REG(USARTx->CR2, USART_CR2_ADD, (NodeAddress & USART_CR2_ADD)); in LL_USART_SetNodeAddress()
897 return (uint32_t)(READ_BIT(USARTx->CR2, USART_CR2_ADD)); in LL_USART_GetNodeAddress()
/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_ll_usart.h885 MODIFY_REG(USARTx->CR2, USART_CR2_ADD, (NodeAddress & USART_CR2_ADD)); in LL_USART_SetNodeAddress()
897 return (uint32_t)(READ_BIT(USARTx->CR2, USART_CR2_ADD)); in LL_USART_GetNodeAddress()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/src/
H A Dstm32g4xx_hal_uart_ex.c684 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
H A Dstm32g4xx_hal_uart.c594 … MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)Address << UART_CR2_ADDRESS_LSB_POS)); in HAL_MultiProcessor_Init()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/src/
H A Dstm32h7xx_hal_uart_ex.c681 …MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)WakeUpSelection.Address << UART_CR2_ADD… in UARTEx_Wakeup_AddressConfig()
H A Dstm32h7xx_hal_uart.c594 … MODIFY_REG(huart->Instance->CR2, USART_CR2_ADD, ((uint32_t)Address << UART_CR2_ADDRESS_LSB_POS)); in HAL_MultiProcessor_Init()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_ll_lpuart.h1145 MODIFY_REG(LPUARTx->CR2, USART_CR2_ADD | USART_CR2_ADDM7, in LL_LPUART_ConfigNodeAddress()
1161 return (uint32_t)(READ_BIT(LPUARTx->CR2, USART_CR2_ADD) >> USART_CR2_ADD_Pos); in LL_LPUART_GetNodeAddress()
H A Dstm32h7xx_ll_usart.h1613 MODIFY_REG(USARTx->CR2, USART_CR2_ADD | USART_CR2_ADDM7, in LL_USART_ConfigNodeAddress()
1629 return (uint32_t)(READ_BIT(USARTx->CR2, USART_CR2_ADD) >> USART_CR2_ADD_Pos); in LL_USART_GetNodeAddress()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F4xx_StdPeriph_Driver/src/
H A Dstm32f4xx_usart.c632 USARTx->CR2 &= (uint16_t)~((uint16_t)USART_CR2_ADD); in USART_SetAddress()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F4xx_StdPeriph_Driver/src/
H A Dstm32f4xx_usart.c632 USARTx->CR2 &= (uint16_t)~((uint16_t)USART_CR2_ADD); in USART_SetAddress()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/src/
H A Dstm32f37x_usart.c936 USARTx->CR2 &= (uint32_t)~((uint32_t)USART_CR2_ADD); in USART_SetAddress()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F30x_StdPeriph_Driver/src/
H A Dstm32f30x_usart.c987 USARTx->CR2 &= (uint32_t)~((uint32_t)USART_CR2_ADD); in USART_SetAddress()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F0xx_StdPeriph_Driver/src/
H A Dstm32f0xx_usart.c1023 USARTx->CR2 &= (uint32_t)~((uint32_t)USART_CR2_ADD); in USART_SetAddress()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F37x_StdPeriph_Driver/src/
H A Dstm32f37x_usart.c936 USARTx->CR2 &= (uint32_t)~((uint32_t)USART_CR2_ADD); in USART_SetAddress()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/inc/
H A Dstm32g4xx_ll_usart.h1613 MODIFY_REG(USARTx->CR2, USART_CR2_ADD | USART_CR2_ADDM7, in LL_USART_ConfigNodeAddress()
1629 return (uint32_t)(READ_BIT(USARTx->CR2, USART_CR2_ADD) >> USART_CR2_ADD_Pos); in LL_USART_GetNodeAddress()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_f37x/
H A Dstm32f37x.h5262 #define USART_CR2_ADD ((uint32_t)0xFF000000) /*!< Address of the … macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/CM3_f0xx/
H A Dstm32f0xx.h5341 #define USART_CR2_ADD ((uint32_t)0xFF000000) /*!< Address of the … macro
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/CM3_f37x/
H A Dstm32f37x.h5262 #define USART_CR2_ADD ((uint32_t)0xFF000000) /*!< Address of the … macro

12