Home
last modified time | relevance | path

Searched refs:CY_SYSLIB_DIV_ROUND (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/libs/core-lib/include/
Dcy_utils.h375 #define CY_SYSLIB_DIV_ROUND(a, b) (((a) + ((b) / 2U)) / (b)) macro
/trusted-firmware-m-3.4.0/docs/platform/cypress/psoc64/libs/core-lib/
DREADME.md37 …* `CY_SYSLIB_DIV_ROUND`: Calculates a / b with rounding to the nearest integer, a and b must have …
DRELEASE.md33 …* CY_SYSLIB_DIV_ROUND: Calculates a / b with rounding to the nearest integer, a and b must have th…