/hal_stm32-3.5.0/lib/stm32wb/hci/ |
D | stm32_wpan_common.h | 87 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument 90 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 93 #define MODINC( a, m ) M_BEGIN (a)++; if ((a)>=(m)) (a)=0; M_END argument 96 #define MODDEC( a, m ) M_BEGIN if ((a)==0) (a)=(m); (a)--; M_END argument 99 #define MODADD( a, b, m ) M_BEGIN (a)+=(b); if ((a)>=(m)) (a)-=(m); M_END argument 102 #define MODSUB( a, b, m ) MODADD( a, (m)-(b), m ) argument
|
D | app_common.h | 73 #define MODINC( a, m ) M_BEGIN (a)++; if ((a)>=(m)) (a)=0; M_END argument 75 #define MODDEC( a, m ) M_BEGIN if ((a)==0) (a)=(m); (a)--; M_END argument 77 #define MODADD( a, b, m ) M_BEGIN (a)+=(b); if ((a)>=(m)) (a)-=(m); M_END argument 79 #define MODSUB( a, b, m ) MODADD( a, (m)-(b), m ) argument
|
D | utilities_common.h | 80 #define MODINC( a, m ) M_BEGIN (a)++; if ((a)>=(m)) (a)=0; M_END argument 83 #define MODDEC( a, m ) M_BEGIN if ((a)==0) (a)=(m); (a)--; M_END argument 86 #define MODADD( a, b, m ) M_BEGIN (a)+=(b); if ((a)>=(m)) (a)-=(m); M_END argument 89 #define MODSUB( a, b, m ) MODADD( a, (m)-(b), m ) argument
|
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/soc/ |
D | LICENSE.md | 31 transformation or translation of a Source form, including but 36 Object form, made available under the License, as indicated by a 43 represent, as a whole, an original work of authorship. For the purposes 60 designated in writing by the copyright owner as "Not a Contribution." 63 on behalf of whom a Contribution has been received by Licensor and 67 this License, each Contributor hereby grants to You a perpetual, 74 this License, each Contributor hereby grants to You a perpetual, 82 institute patent litigation against any entity (including a 83 cross-claim or counterclaim in a lawsuit) alleging that the Work 84 or a Contribution incorporated within the Work constitutes direct [all …]
|
/hal_stm32-3.5.0/ |
D | LICENSE | 76 transformation or translation of a Source form, including but 81 Object form, made available under the License, as indicated by a 88 represent, as a whole, an original work of authorship. For the purposes 105 designated in writing by the copyright owner as "Not a Contribution." 108 on behalf of whom a Contribution has been received by Licensor and 112 this License, each Contributor hereby grants to You a perpetual, 119 this License, each Contributor hereby grants to You a perpetual, 127 institute patent litigation against any entity (including a 128 cross-claim or counterclaim in a lawsuit) alleging that the Work 129 or a Contribution incorporated within the Work constitutes direct [all …]
|
D | README.rst | 2 needed to build a Zephyr application running on STM32 silicon. 14 How to introduce a new version of stm32cube: 16 Original STM32Cube tree structure has been modified to a minimum 17 structure for a better fit into Zephyr. 41 When updating a STM32Cube package to a new version, please have a look 98 either because it is not available as a zephyr API or because you want to 100 In this case, you need to create a Kconfig file in your application which 126 package a complete and correct -pcintrl.dtsi is available. Generation use as 135 New set of -pinctrl.dtsi files could be generated following availability of a 136 new version of STM32 Open Pin Data or a change in the generation script
|
/hal_stm32-3.5.0/stm32cube/stm32h7xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set 48 - Internal reference: Not available. Will be fixed as part of a new eth hal implementation 52 we added a checked if the TSA bit was set in DESC1 53 If the TSA bit is set then have a peak at the context descriptor which should be the one 65 This will prevent a compiler warning for the case the UNUSED macro 73 Fire transmit timestamp callbacks only when there is a valid
|
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_hcd.h | 342 #define HCD_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 343 #define HCD_MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_hcd.h | 374 #define HCD_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 375 #define HCD_MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32f2xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set 49 ST Bug tracker ID: NA. Not a stm32cube issue 56 This will prevent a compiler warning for the case the UNUSED macro
|
/hal_stm32-3.5.0/stm32cube/stm32f1xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set 49 ST Bug tracker ID: NA. Not a stm32cube issue 56 This will prevent a compiler warning for the case the UNUSED macro
|
/hal_stm32-3.5.0/stm32cube/stm32h5xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set 60 we added a checked if the TSA bit was set in DESC1 61 If the TSA bit is set then have a peak at the context descriptor which should be the one
|
/hal_stm32-3.5.0/stm32cube/stm32f4xx/ |
D | README | 16 It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set 49 ST Bug tracker ID: NA. Not a stm32cube issue 66 This will prevent a compiler warning for the case the UNUSED macro
|
/hal_stm32-3.5.0/scripts/ |
D | README.rst | 35 Step 2: Open a pull requests 40 Open a single pull request with 1 commit per stm32 familly (stm32xx) 54 Open a 2nd pull request with west.yml in repo
|
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_pcd.c | 79 #define PCD_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 80 #define PCD_MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_pcd.c | 79 #define PCD_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 80 #define PCD_MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_pcd.c | 79 #define PCD_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 80 #define PCD_MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_pcd.c | 80 #define PCD_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 81 #define PCD_MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pcd.c | 79 #define PCD_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 80 #define PCD_MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pcd.c | 79 #define PCD_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 80 #define PCD_MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_pcd.c | 80 #define PCD_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 81 #define PCD_MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pcd.c | 79 #define PCD_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 80 #define PCD_MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_pcd.c | 80 #define PCD_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 81 #define PCD_MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_pcd.c | 79 #define PCD_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 80 #define PCD_MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
|
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pcd.c | 79 #define PCD_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 80 #define PCD_MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
|