/hal_renesas-latest/zephyr/rz/portable/rzg/ |
D | bsp_common.h | 73 #define FSP_ASSERT(a) argument 75 #define FSP_ASSERT(a) {assert(a);} 77 #define FSP_ASSERT(a) FSP_ERROR_RETURN((a), FSP_ERR_ASSERTION) 83 #define FSP_ERROR_RETURN(a, err) \ argument 85 if ((a)) \
|
/hal_renesas-latest/zephyr/blobs/ |
D | license.txt | 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_renesas-latest/zephyr/ra/portable/ |
D | bsp_common.h | 92 #define FSP_ASSERT(a) argument 94 #define FSP_ASSERT(a) {assert(a);} 96 #define FSP_ASSERT(a) FSP_ERROR_RETURN((a), FSP_ERR_ASSERTION) 102 #define FSP_ERROR_RETURN(a, err) \ argument 104 if ((a)) \
|
D | bsp_tfu.h | 202 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument 203 #define sincosf(a, s, c) __sincosf(a, s, c) argument
|
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/all/ |
D | bsp_common.h | 90 #define FSP_ASSERT(a) argument 92 #define FSP_ASSERT(a) {assert(a);} 94 #define FSP_ASSERT(a) FSP_ERROR_RETURN((a), FSP_ERR_ASSERTION) 100 #define FSP_ERROR_RETURN(a, err) \ argument 102 if ((a)) \
|
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/ |
D | bsp_tfu.h | 65 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument 66 #define sincosf(a, s, c) __sincosf(a, s, c) argument 71 #define atan2hypotfx(y, x, a, h) __atan2hypotfx(y, x, a, h) argument 72 #define sincosfx(a, s, c) __sincosfx(a, s, c) argument
|
D | bsp_ddr.c | 27 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) argument
|
/hal_renesas-latest/zephyr/rz/portable/rzn/ |
D | bsp_common.h | 154 #define FSP_ASSERT(a) argument 156 #define FSP_ASSERT(a) {assert(a);} 158 #define FSP_ASSERT(a) FSP_ERROR_RETURN((a), FSP_ERR_ASSERTION) 164 #define FSP_ERROR_RETURN(a, err) \ argument 166 if ((a)) \
|
/hal_renesas-latest/smartbond/cmac/ |
D | mbox.c | 26 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
|
D | CMakeLists.txt | 17 …hyr_link_libraries(${CMAKE_CURRENT_SOURCE_DIR}/../../zephyr/blobs/smartbond/cmac/libcmac/libcmac.a)
|
/hal_renesas-latest/smartbond/da1469x_hal/ |
D | da1469x_trimv.c | 27 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
|
/hal_renesas-latest/drivers/rz/ |
D | README | 17 This package is a snapshot from the RZ FSP software released by Renesas Electronics Corporation 18 It contain the HAL and a set of CMSIS headers files for the Renesas RZ MPUs
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/ra2/adaptors/ |
D | r_sce_AES_adapt.c | 42 uint32_t change_endian_long (uint32_t a) in change_endian_long() argument 44 return __REV(a); in change_endian_long()
|
/hal_renesas-latest/drivers/ra/ |
D | README | 15 This package is a snapshot from the RA FSP software released by Renesas Electronics Corporation 16 It contain the HAL and a set of CMSIS headers files for the Renesas RA MCUs
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/adaptors/ |
D | r_sce_adapt.c | 211 uint32_t change_endian_long (uint32_t a) in change_endian_long() argument 213 return __REV(a); in change_endian_long()
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/sce5b/plainkey/adaptors/ |
D | r_sce_adapt.c | 191 uint32_t change_endian_long (uint32_t a) in change_endian_long() argument 193 return __REV(a); in change_endian_long()
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/sce5/plainkey/adaptors/ |
D | r_sce_adapt.c | 178 uint32_t change_endian_long (uint32_t a) in change_endian_long() argument 180 return __REV(a); in change_endian_long()
|
/hal_renesas-latest/drivers/ra/fsp/inc/api/ |
D | r_display_api.h | 182 uint8_t a; ///< alpha member
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/sce7/plainkey/adaptors/ |
D | r_sce_adapt.c | 287 uint32_t change_endian_long (uint32_t a) in change_endian_long() argument 289 return __REV(a); in change_endian_long()
|
/hal_renesas-latest/drivers/ra/fsp/src/r_ether_phy/ |
D | r_ether_phy.c | 21 #define ETHER_PHY_ERROR_RETURN(a, err) FSP_ERROR_RETURN((a), (err)) argument
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/aes2/adaptors/ |
D | r_sce_AES_adapt.c | 72 uint32_t change_endian_long (uint32_t a) in change_endian_long() argument 74 return __REV(a); in change_endian_long()
|
/hal_renesas-latest/drivers/ra/fsp/src/r_ether/ |
D | r_ether.c | 19 #define ETHER_ERROR_RETURN(a, err) FSP_ERROR_RETURN((a), (err)) argument
|