Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 41) sorted by relevance

12

/hal_stm32-3.5.0/lib/stm32wb/hci/
Dapp_common.h92 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) argument
94 #define BITN( w, n ) (((w)[(n)/32] >> ((n)%32)) & 1) argument
96 #define BITNSET( w, n, b ) M_BEGIN (w)[(n)/32] |= ((U32)(b))<<((n)%32); M_END argument
104 #define ALIGN(n) argument
Dstm32_wpan_common.h106 #define ALIGN(n) argument
126 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) argument
129 #define BITN( w, n ) (((w)[(n)/32] >> ((n)%32)) & 1) argument
132 #define BITNSET( w, n, b ) M_BEGIN (w)[(n)/32] |= ((U32)(b))<<((n)%32); M_END argument
Dutilities_common.h93 #define ALIGN(n) argument
113 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) argument
116 #define BITN( w, n ) (((w)[(n)/32] >> ((n)%32)) & 1) argument
119 #define BITNSET( w, n, b ) M_BEGIN (w)[(n)/32] |= ((U32)(b))<<((n)%32); M_END argument
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_rcc.c480 uint32_t m, n, fracv = 0U; in LL_RCC_GetPLL1ClockFreq() local
540 uint32_t m, n, fracv = 0U; in LL_RCC_GetPLL2ClockFreq() local
611 uint32_t m, n, fracv = 0U; in LL_RCC_GetPLL3ClockFreq() local
690 uint32_t m, n, fracv = 0U; in LL_RCC_GetPLL4ClockFreq() local
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_rcc.c294 uint32_t m, n, fracn = 0U; in LL_RCC_GetPLL1ClockFreq() local
368 uint32_t m, n, fracn = 0U; in LL_RCC_GetPLL2ClockFreq() local
442 uint32_t m, n, fracn = 0U; in LL_RCC_GetPLL3ClockFreq() local
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_usb.c743 uint32_t n = ((uint32_t)wNBytes + 1U) >> 1; in USB_WritePMA() local
779 uint32_t n = (uint32_t)wNBytes >> 1; in USB_ReadPMA() local
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_usb.c796 uint32_t n = ((uint32_t)wNBytes + 1U) >> 1; in USB_WritePMA() local
831 uint32_t n = (uint32_t)wNBytes >> 1; in USB_ReadPMA() local
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_usb.c796 uint32_t n = ((uint32_t)wNBytes + 1U) >> 1; in USB_WritePMA() local
831 uint32_t n = (uint32_t)wNBytes >> 1; in USB_ReadPMA() local
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_usb.c806 uint32_t n = ((uint32_t)wNBytes + 1U) >> 1; in USB_WritePMA() local
841 uint32_t n = (uint32_t)wNBytes >> 1; in USB_ReadPMA() local
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_usb.c796 uint32_t n = ((uint32_t)wNBytes + 1U) >> 1; in USB_WritePMA() local
831 uint32_t n = (uint32_t)wNBytes >> 1; in USB_ReadPMA() local
Dstm32l5xx_hal_pka.c1838 void PKA_Memcpy_u32_to_u8(uint8_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u8()
1888 void PKA_Memcpy_u8_to_u32(__IO uint32_t dst[], const uint8_t src[], size_t n) in PKA_Memcpy_u8_to_u32()
1936 void PKA_Memcpy_u32_to_u32(__IO uint32_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u32()
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_usb.c847 uint32_t n = ((uint32_t)wNBytes + 1U) >> 1; in USB_WritePMA() local
882 uint32_t n = (uint32_t)wNBytes >> 1; in USB_ReadPMA() local
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_usb.c837 uint32_t n = ((uint32_t)wNBytes + 1U) >> 1; in USB_WritePMA() local
872 uint32_t n = (uint32_t)wNBytes >> 1; in USB_ReadPMA() local
Dstm32wbxx_hal_pka.c1811 void PKA_Memcpy_u32_to_u8(uint8_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u8()
1861 void PKA_Memcpy_u8_to_u32(__IO uint32_t dst[], const uint8_t src[], size_t n) in PKA_Memcpy_u8_to_u32()
1909 void PKA_Memcpy_u32_to_u32(__IO uint32_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u32()
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pka.c1877 void PKA_Memcpy_u32_to_u8(uint8_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u8()
1927 void PKA_Memcpy_u8_to_u32(__IO uint32_t dst[], const uint8_t src[], size_t n) in PKA_Memcpy_u8_to_u32()
1975 void PKA_Memcpy_u32_to_u32(__IO uint32_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u32()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_pka.c1838 void PKA_Memcpy_u32_to_u8(uint8_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u8()
1888 void PKA_Memcpy_u8_to_u32(__IO uint32_t dst[], const uint8_t src[], size_t n) in PKA_Memcpy_u8_to_u32()
1936 void PKA_Memcpy_u32_to_u32(__IO uint32_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u32()
Dstm32l4xx_ll_usb.c2856 uint32_t n = ((uint32_t)wNBytes + 1U) >> 1; in USB_WritePMA() local
2891 uint32_t n = (uint32_t)wNBytes >> 1; in USB_ReadPMA() local
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pka.c2063 void PKA_Memcpy_u32_to_u8(uint8_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u8()
2113 void PKA_Memcpy_u8_to_u32(__IO uint32_t dst[], const uint8_t src[], size_t n) in PKA_Memcpy_u8_to_u32()
2161 void PKA_Memcpy_u32_to_u32(__IO uint32_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u32()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pka.c2063 void PKA_Memcpy_u32_to_u8(uint8_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u8()
2113 void PKA_Memcpy_u8_to_u32(__IO uint32_t dst[], const uint8_t src[], size_t n) in PKA_Memcpy_u8_to_u32()
2161 void PKA_Memcpy_u32_to_u32(__IO uint32_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u32()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pka.c2063 void PKA_Memcpy_u32_to_u8(uint8_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u8()
2113 void PKA_Memcpy_u8_to_u32(__IO uint32_t dst[], const uint8_t src[], size_t n) in PKA_Memcpy_u8_to_u32()
2161 void PKA_Memcpy_u32_to_u32(__IO uint32_t dst[], __IO const uint32_t src[], size_t n) in PKA_Memcpy_u32_to_u32()
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_usb.c2693 uint32_t n = ((uint32_t)wNBytes + 1U) >> 1; in USB_WritePMA() local
2727 uint32_t n = (uint32_t)wNBytes >> 1; in USB_ReadPMA() local
/hal_stm32-3.5.0/stm32cube/stm32h5xx/soc/Templates/
Dpartition_stm32h562xx.h549 #define SAU_INIT_REGION(n) \ argument
/hal_stm32-3.5.0/stm32cube/stm32u5xx/soc/Templates/
Dpartition_stm32u535xx.h547 #define SAU_INIT_REGION(n) \ argument
Dpartition_stm32u545xx.h551 #define SAU_INIT_REGION(n) \ argument
Dpartition_stm32u575xx.h558 #define SAU_INIT_REGION(n) \ argument

12