Home
last modified time | relevance | path

Searched refs:LOG2_CEIL (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dutil.h61 static inline int LOG2_CEIL(unsigned int n) in LOG2_CEIL() function
/device/google/contexthub/firmware/os/platform/stm32/
Dspi.c41 #define SPI_CR1_BR(x) ((LOG2_CEIL(x) - 1) << 3)