/hal_stm32-3.5.0/lib/stm32wb/hci/ |
D | app_common.h | 66 #define MAX( x, y ) (((x)>(y))?(x):(y)) argument 70 #define MIN( x, y ) (((x)<(y))?(x):(y)) argument 86 #define DIVF( x, y ) ((x)/(y)) argument 88 #define DIVC( x, y ) (((x)+(y)-1)/(y)) argument 90 #define DIVR( x, y ) (((x)+((y)/2))/(y)) argument 92 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) argument
|
D | utilities_common.h | 74 #define MAX( x, y ) (((x)>(y))?(x):(y)) argument 77 #define MIN( x, y ) (((x)<(y))?(x):(y)) argument 104 #define DIVF( x, y ) ((x)/(y)) argument 107 #define DIVC( x, y ) (((x)+(y)-1)/(y)) argument 110 #define DIVR( x, y ) (((x)+((y)/2))/(y)) argument 113 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) argument
|
D | stm32_wpan_common.h | 117 #define DIVF( x, y ) ((x)/(y)) argument 120 #define DIVC( x, y ) (((x)+(y)-1)/(y)) argument 123 #define DIVR( x, y ) (((x)+((y)/2))/(y)) argument 126 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) argument
|
/hal_stm32-3.5.0/stm32cube/ |
D | CMakeLists.txt | 12 string(REPLACE "X" "x" STM32CUBE_CPU ${_STM32CUBE_CPU}) 66 ${stm_soc}x/soc 67 ${stm_soc}x/drivers/include 68 ${stm_soc}x/drivers/include/Legacy 71 add_subdirectory(${stm_soc}x)
|
/hal_stm32-3.5.0/scripts/ |
D | serie_update.py | 215 self.version_tag = [x.decode("utf-8") for x in self.version_tag] 403 lines = (x for x in readme_prev.read().splitlines())
|
D | ble_library.py | 103 lines = (x for x in readme_prev.read().splitlines())
|
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_def.h | 70 #define UNUSED(x) ((void)(x)) argument
|
D | stm32h7xx_ll_bdma.h | 68 #define UNUSED(x) ((void)(x)) argument
|
D | stm32h7xx_ll_rcc.h | 56 #define UNUSED(x) ((void)(x)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_def.h | 74 #define UNUSED(x) ((void)(x)) argument
|
D | stm32h5xx_ll_rcc.h | 54 #define UNUSED(x) ((void)(x)) argument
|
D | stm32h5xx_ll_rtc.h | 77 #define UNUSED(x) ((void)(x)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_util_i3c.c | 27 #define DIV_ROUND_CLOSEST(x, d) (((x) + ((d) / 2U)) / (d)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_adc.c | 267 #define UNUSED(x) ((void)(x)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_rtc.h | 77 #define UNUSED(x) ((void)(x)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_rtc.h | 77 #define UNUSED(x) ((void)(x)) argument
|
D | stm32mp1xx_ll_rcc.h | 101 #define UNUSED(x) ((void)(x)) argument
|
D | stm32mp1xx_hal_rcc.h | 495 #define RCC_RTCDIV(x) (uint32_t)(x - 1U) argument
|
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_rtc.h | 77 #define UNUSED(x) ((void)(x)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_rtc.h | 77 #define UNUSED(x) ((void)(x)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_rtc.h | 77 #define UNUSED(x) ((void)(x)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_rtc.h | 77 #define UNUSED(x) ((void)(x)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/soc/ |
D | stm32mp151axx_ca7.h | 43 #define B(x) \ argument 44 ((uint32_t) 1 << x)
|
D | stm32mp151axx_cm4.h | 43 #define B(x) \ argument 44 ((uint32_t) 1 << x)
|
D | stm32mp151fxx_ca7.h | 43 #define B(x) \ argument 44 ((uint32_t) 1 << x)
|