Home
last modified time | relevance | path

Searched refs:a (Results 1 – 22 of 22) sorted by relevance

/hal_renesas-latest/zephyr/rz/portable/rzg/
Dbsp_common.h73 #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/
Dlicense.txt31 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/
Dbsp_common.h92 #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)) \
Dbsp_tfu.h202 #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/
Dbsp_common.h90 #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/
Dbsp_tfu.h65 #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
Dbsp_ddr.c27 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) argument
/hal_renesas-latest/zephyr/rz/portable/rzn/
Dbsp_common.h154 #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/
Dmbox.c26 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
DCMakeLists.txt17 …hyr_link_libraries(${CMAKE_CURRENT_SOURCE_DIR}/../../zephyr/blobs/smartbond/cmac/libcmac/libcmac.a)
/hal_renesas-latest/smartbond/da1469x_hal/
Dda1469x_trimv.c27 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
/hal_renesas-latest/drivers/rz/
DREADME17 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/
Dr_sce_AES_adapt.c42 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/
DREADME15 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/
Dr_sce_adapt.c211 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/
Dr_sce_adapt.c191 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/
Dr_sce_adapt.c178 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/
Dr_display_api.h182 uint8_t a; ///< alpha member
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/sce7/plainkey/adaptors/
Dr_sce_adapt.c287 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/
Dr_ether_phy.c21 #define ETHER_PHY_ERROR_RETURN(a, err) FSP_ERROR_RETURN((a), (err)) argument
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/aes2/adaptors/
Dr_sce_AES_adapt.c72 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/
Dr_ether.c19 #define ETHER_ERROR_RETURN(a, err) FSP_ERROR_RETURN((a), (err)) argument