Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 1798) sorted by relevance

12345678910>>...72

/bsp/renesas/rzt2m_rsk/rzt/arm/CMSIS_5/CMSIS/Core_R/Include/
A Dcmsis_cp15.h100 __STATIC_FORCEINLINE void __set_CSSELR(uint32_t value) in __set_CSSELR()
121 __STATIC_FORCEINLINE void __set_SCTLR(uint32_t value) in __set_SCTLR()
140 __STATIC_FORCEINLINE void __set_ACTLR(uint32_t value) in __set_ACTLR()
158 __STATIC_FORCEINLINE void __set_CPACR(uint32_t value) in __set_CPACR()
182 __STATIC_FORCEINLINE void __set_TTBR0(uint32_t value) in __set_TTBR0()
206 __STATIC_FORCEINLINE void __set_DACR(uint32_t value) in __set_DACR()
240 __STATIC_FORCEINLINE void __set_DFSR(uint32_t value) in __set_DFSR()
258 __STATIC_FORCEINLINE void __set_IFSR(uint32_t value) in __set_IFSR()
293 __STATIC_FORCEINLINE void __set_PRBAR(uint32_t value) in __set_PRBAR()
317 __STATIC_FORCEINLINE void __set_PRLAR(uint32_t value) in __set_PRLAR()
[all …]
/bsp/renesas/rzn2l_etherkit/rzn/arm/CMSIS_5/CMSIS/Core_R/Include/
A Dcmsis_cp15.h100 __STATIC_FORCEINLINE void __set_CSSELR(uint32_t value) in __set_CSSELR()
121 __STATIC_FORCEINLINE void __set_SCTLR(uint32_t value) in __set_SCTLR()
140 __STATIC_FORCEINLINE void __set_ACTLR(uint32_t value) in __set_ACTLR()
158 __STATIC_FORCEINLINE void __set_CPACR(uint32_t value) in __set_CPACR()
182 __STATIC_FORCEINLINE void __set_TTBR0(uint32_t value) in __set_TTBR0()
206 __STATIC_FORCEINLINE void __set_DACR(uint32_t value) in __set_DACR()
240 __STATIC_FORCEINLINE void __set_DFSR(uint32_t value) in __set_DFSR()
258 __STATIC_FORCEINLINE void __set_IFSR(uint32_t value) in __set_IFSR()
293 __STATIC_FORCEINLINE void __set_PRBAR(uint32_t value) in __set_PRBAR()
317 __STATIC_FORCEINLINE void __set_PRLAR(uint32_t value) in __set_PRLAR()
[all …]
/bsp/renesas/rzn2l_rsk/rzn/arm/CMSIS_5/CMSIS/Core_R/Include/
A Dcmsis_cp15.h100 __STATIC_FORCEINLINE void __set_CSSELR(uint32_t value) in __set_CSSELR()
121 __STATIC_FORCEINLINE void __set_SCTLR(uint32_t value) in __set_SCTLR()
140 __STATIC_FORCEINLINE void __set_ACTLR(uint32_t value) in __set_ACTLR()
158 __STATIC_FORCEINLINE void __set_CPACR(uint32_t value) in __set_CPACR()
182 __STATIC_FORCEINLINE void __set_TTBR0(uint32_t value) in __set_TTBR0()
206 __STATIC_FORCEINLINE void __set_DACR(uint32_t value) in __set_DACR()
240 __STATIC_FORCEINLINE void __set_DFSR(uint32_t value) in __set_DFSR()
258 __STATIC_FORCEINLINE void __set_IFSR(uint32_t value) in __set_IFSR()
293 __STATIC_FORCEINLINE void __set_PRBAR(uint32_t value) in __set_PRBAR()
317 __STATIC_FORCEINLINE void __set_PRLAR(uint32_t value) in __set_PRLAR()
[all …]
/bsp/allwinner/libraries/sunxi-hal/hal/source/gmac/
A Dhal_geth_utils.c59 uint32_t value; in geth_set_link_mode() local
87 uint32_t value; in geth_mac_loopback() local
100 uint32_t value; in geth_start_tx() local
109 uint32_t value; in geth_stop_tx() local
118 uint32_t value; in geth_start_rx() local
127 uint32_t value; in geth_stop_rx() local
136 uint32_t value; in geth_loopback_enable() local
145 uint32_t value; in geth_loopback_disable() local
154 uint32_t value; in geth_mac_reset() local
171 uint32_t value; in geth_mac_init() local
[all …]
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_trng.c608 #define TRNG_WR_PKRMAX_PKR_MAX(base, value) \ argument
655 #define TRNG_WR_PKRRNG_PKR_RNG(base, value) \ argument
703 #define TRNG_WR_FRQMAX_FRQ_MAX(base, value) \ argument
748 #define TRNG_WR_FRQMIN_FRQ_MIN(base, value) \ argument
795 #define TRNG_WR_MCTL_FOR_SCLK(base, value) \ argument
818 #define TRNG_WR_MCTL_OSC_DIV(base, value) \ argument
843 #define TRNG_WR_MCTL_SAMP_MODE(base, value) \ argument
861 #define TRNG_WR_MCTL_PRGM(base, value) \ argument
875 #define TRNG_WR_MCTL_RST_DEF(base, value) \ argument
892 #define TRNG_WR_MCTL_TRNG_ACC(base, value) \ argument
[all …]
/bsp/synwit/libraries/SWM320_CSL/CMSIS/CoreSupport/
A Dcore_cmInstr.h171 #define __BKPT(value) __breakpoint(value) argument
225 #define __STREXB(value, ptr) __strex(value, ptr) argument
237 #define __STREXH(value, ptr) __strex(value, ptr) argument
249 #define __STREXW(value, ptr) __strex(value, ptr) argument
345 #define __STRBT(value, ptr) __strt(value, ptr) argument
355 #define __STRHT(value, ptr) __strt(value, ptr) argument
365 #define __STRT(value, ptr) __strt(value, ptr) argument
467 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __REV(uint32_t value) in __REV()
503 __attribute__( ( always_inline ) ) __STATIC_INLINE int32_t __REVSH(int32_t value) in __REVSH()
538 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
[all …]
/bsp/samd21/sam_d2x_asflib/CMSIS/Include/
A Dcore_cmInstr.h171 #define __BKPT(value) __breakpoint(value) argument
225 #define __STREXB(value, ptr) __strex(value, ptr) argument
237 #define __STREXH(value, ptr) __strex(value, ptr) argument
249 #define __STREXW(value, ptr) __strex(value, ptr) argument
345 #define __STRBT(value, ptr) __strt(value, ptr) argument
355 #define __STRHT(value, ptr) __strt(value, ptr) argument
365 #define __STRT(value, ptr) __strt(value, ptr) argument
467 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __REV(uint32_t value) in __REV()
503 __attribute__( ( always_inline ) ) __STATIC_INLINE int32_t __REVSH(int32_t value) in __REVSH()
538 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
[all …]
/bsp/mm32l07x/Libraries/CMSIS/CORE/
A Dcore_cmInstr.h171 #define __BKPT(value) __breakpoint(value) argument
225 #define __STREXB(value, ptr) __strex(value, ptr) argument
237 #define __STREXH(value, ptr) __strex(value, ptr) argument
249 #define __STREXW(value, ptr) __strex(value, ptr) argument
345 #define __STRBT(value, ptr) __strt(value, ptr) argument
355 #define __STRHT(value, ptr) __strt(value, ptr) argument
365 #define __STRT(value, ptr) __strt(value, ptr) argument
467 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __REV(uint32_t value) in __REV()
503 __attribute__( ( always_inline ) ) __STATIC_INLINE int32_t __REVSH(int32_t value) in __REVSH()
538 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
[all …]
/bsp/mm32l07x/Libraries/CMSIS/IAR_CORE/
A Dcore_cmInstr.h171 #define __BKPT(value) __breakpoint(value) argument
225 #define __STREXB(value, ptr) __strex(value, ptr) argument
237 #define __STREXH(value, ptr) __strex(value, ptr) argument
249 #define __STREXW(value, ptr) __strex(value, ptr) argument
345 #define __STRBT(value, ptr) __strt(value, ptr) argument
355 #define __STRHT(value, ptr) __strt(value, ptr) argument
365 #define __STRT(value, ptr) __strt(value, ptr) argument
467 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __REV(uint32_t value) in __REV()
503 __attribute__( ( always_inline ) ) __STATIC_INLINE int32_t __REVSH(int32_t value) in __REVSH()
538 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
[all …]
/bsp/mm32l3xx/Libraries/CMSIS/IAR_CORE/
A Dcore_cmInstr.h171 #define __BKPT(value) __breakpoint(value) argument
225 #define __STREXB(value, ptr) __strex(value, ptr) argument
237 #define __STREXH(value, ptr) __strex(value, ptr) argument
249 #define __STREXW(value, ptr) __strex(value, ptr) argument
345 #define __STRBT(value, ptr) __strt(value, ptr) argument
355 #define __STRHT(value, ptr) __strt(value, ptr) argument
365 #define __STRT(value, ptr) __strt(value, ptr) argument
467 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __REV(uint32_t value) in __REV()
503 __attribute__( ( always_inline ) ) __STATIC_INLINE int32_t __REVSH(int32_t value) in __REVSH()
538 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
[all …]
/bsp/mm32l3xx/Libraries/CMSIS/KEIL_CORE/
A Dcore_cmInstr.h171 #define __BKPT(value) __breakpoint(value) argument
225 #define __STREXB(value, ptr) __strex(value, ptr) argument
237 #define __STREXH(value, ptr) __strex(value, ptr) argument
249 #define __STREXW(value, ptr) __strex(value, ptr) argument
345 #define __STRBT(value, ptr) __strt(value, ptr) argument
355 #define __STRHT(value, ptr) __strt(value, ptr) argument
365 #define __STRT(value, ptr) __strt(value, ptr) argument
467 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __REV(uint32_t value) in __REV()
503 __attribute__( ( always_inline ) ) __STATIC_INLINE int32_t __REVSH(int32_t value) in __REVSH()
538 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
[all …]
/bsp/mm32f103x/Libraries/CMSIS/IAR_CORE/
A Dcore_cmInstr.h171 #define __BKPT(value) __breakpoint(value) argument
225 #define __STREXB(value, ptr) __strex(value, ptr) argument
237 #define __STREXH(value, ptr) __strex(value, ptr) argument
249 #define __STREXW(value, ptr) __strex(value, ptr) argument
345 #define __STRBT(value, ptr) __strt(value, ptr) argument
355 #define __STRHT(value, ptr) __strt(value, ptr) argument
365 #define __STRT(value, ptr) __strt(value, ptr) argument
467 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __REV(uint32_t value) in __REV()
503 __attribute__( ( always_inline ) ) __STATIC_INLINE int32_t __REVSH(int32_t value) in __REVSH()
538 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
[all …]
/bsp/mm32f103x/Libraries/CMSIS/KEIL_CORE/
A Dcore_cmInstr.h171 #define __BKPT(value) __breakpoint(value) argument
225 #define __STREXB(value, ptr) __strex(value, ptr) argument
237 #define __STREXH(value, ptr) __strex(value, ptr) argument
249 #define __STREXW(value, ptr) __strex(value, ptr) argument
345 #define __STRBT(value, ptr) __strt(value, ptr) argument
355 #define __STRHT(value, ptr) __strt(value, ptr) argument
365 #define __STRT(value, ptr) __strt(value, ptr) argument
467 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __REV(uint32_t value) in __REV()
503 __attribute__( ( always_inline ) ) __STATIC_INLINE int32_t __REVSH(int32_t value) in __REVSH()
538 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
[all …]
/bsp/nv32f100x/lib/inc/
A Dcore_cmInstr.h171 #define __BKPT(value) __breakpoint(value) argument
225 #define __STREXB(value, ptr) __strex(value, ptr) argument
237 #define __STREXH(value, ptr) __strex(value, ptr) argument
249 #define __STREXW(value, ptr) __strex(value, ptr) argument
345 #define __STRBT(value, ptr) __strt(value, ptr) argument
355 #define __STRHT(value, ptr) __strt(value, ptr) argument
365 #define __STRT(value, ptr) __strt(value, ptr) argument
467 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __REV(uint32_t value) in __REV()
503 __attribute__( ( always_inline ) ) __STATIC_INLINE int32_t __REVSH(int32_t value) in __REVSH()
538 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
[all …]
/bsp/wch/arm/ch579m/libraries/CMSIS/Include/
A Dcore_cmInstr.h171 #define __BKPT(value) __breakpoint(value) argument
225 #define __STREXB(value, ptr) __strex(value, ptr) argument
237 #define __STREXH(value, ptr) __strex(value, ptr) argument
249 #define __STREXW(value, ptr) __strex(value, ptr) argument
345 #define __STRBT(value, ptr) __strt(value, ptr) argument
355 #define __STRHT(value, ptr) __strt(value, ptr) argument
365 #define __STRT(value, ptr) __strt(value, ptr) argument
467 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __REV(uint32_t value) in __REV()
503 __attribute__( ( always_inline ) ) __STATIC_INLINE int32_t __REVSH(int32_t value) in __REVSH()
538 #define __BKPT(value) __ASM volatile ("bkpt "#value) argument
[all …]
/bsp/fujitsu/mb9x/mb9bf500r/CMSIS/
A Dcore_cmInstr.h111 static __INLINE __ASM uint32_t __REV16(uint16_t value) in __REV16()
129 static __INLINE __ASM int32_t __REVSH(int16_t value) in __REVSH()
310 static uint32_t __REV16(uint16_t value) in __REV16()
336 static uint32_t __RBIT(uint32_t value) in __RBIT()
390 static uint32_t __STREXB(uint8_t value, uint8_t *addr) in __STREXB()
404 static uint32_t __STREXH(uint16_t value, uint16_t *addr) in __STREXH()
419 static uint32_t __STREXW(uint32_t value, uint32_t *addr) in __STREXW()
505 static __INLINE uint32_t __REV(uint32_t value) in __REV()
521 static __INLINE uint32_t __REV16(uint16_t value) in __REV16()
537 static __INLINE int32_t __REVSH(int16_t value) in __REVSH()
[all …]
/bsp/fm33lc026/libraries/FM/FM33xx/Include/
A Dcore_cmInstr.h180 #define __BKPT(value) __breakpoint(value) argument
193 __attribute__((always_inline)) __STATIC_INLINE uint32_t __RBIT(uint32_t value) in __RBIT()
262 #define __STREXB(value, ptr) __strex(value, ptr) argument
274 #define __STREXH(value, ptr) __strex(value, ptr) argument
286 #define __STREXW(value, ptr) __strex(value, ptr) argument
373 #define __STRBT(value, ptr) __strt(value, ptr) argument
383 #define __STRHT(value, ptr) __strt(value, ptr) argument
393 #define __STRT(value, ptr) __strt(value, ptr) argument
495 __attribute__((always_inline)) __STATIC_INLINE uint32_t __REV(uint32_t value) in __REV()
531 __attribute__((always_inline)) __STATIC_INLINE int32_t __REVSH(int32_t value) in __REVSH()
[all …]
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/CMSIS/Include/
A Dcore_cmInstr.h180 #define __BKPT(value) __breakpoint(value) argument
193 __attribute__((always_inline)) __STATIC_INLINE uint32_t __RBIT(uint32_t value) in __RBIT()
262 #define __STREXB(value, ptr) __strex(value, ptr) argument
274 #define __STREXH(value, ptr) __strex(value, ptr) argument
286 #define __STREXW(value, ptr) __strex(value, ptr) argument
373 #define __STRBT(value, ptr) __strt(value, ptr) argument
383 #define __STRHT(value, ptr) __strt(value, ptr) argument
393 #define __STRT(value, ptr) __strt(value, ptr) argument
495 __attribute__((always_inline)) __STATIC_INLINE uint32_t __REV(uint32_t value) in __REV()
531 __attribute__((always_inline)) __STATIC_INLINE int32_t __REVSH(int32_t value) in __REVSH()
[all …]
/bsp/apm32/libraries/APM32F4xx_Library/CMSIS/Include/
A Dcore_cmInstr.h180 #define __BKPT(value) __breakpoint(value) argument
193 __attribute__((always_inline)) __STATIC_INLINE uint32_t __RBIT(uint32_t value) in __RBIT()
262 #define __STREXB(value, ptr) __strex(value, ptr) argument
274 #define __STREXH(value, ptr) __strex(value, ptr) argument
286 #define __STREXW(value, ptr) __strex(value, ptr) argument
373 #define __STRBT(value, ptr) __strt(value, ptr) argument
383 #define __STRHT(value, ptr) __strt(value, ptr) argument
393 #define __STRT(value, ptr) __strt(value, ptr) argument
495 __attribute__((always_inline)) __STATIC_INLINE uint32_t __REV(uint32_t value) in __REV()
531 __attribute__((always_inline)) __STATIC_INLINE int32_t __REVSH(int32_t value) in __REVSH()
[all …]
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/CMSIS/
A Dcore_riscv.c55 void __set_FFLAGS(uint32_t value) in __set_FFLAGS()
84 void __set_FRM(uint32_t value) in __set_FRM()
113 void __set_FCSR(uint32_t value) in __set_FCSR()
142 void __set_MSTATUS(uint32_t value) in __set_MSTATUS()
171 void __set_MISA(uint32_t value) in __set_MISA()
200 void __set_MIE(uint32_t value) in __set_MIE()
229 void __set_MTVEC(uint32_t value) in __set_MTVEC()
285 void __set_MEPC(uint32_t value) in __set_MEPC()
312 void __set_MCAUSE(uint32_t value) in __set_MCAUSE()
339 void __set_MTVAL(uint32_t value) in __set_MTVAL()
[all …]
/bsp/renesas/ra6e2-fpb/ra/arm/CMSIS_6/CMSIS/Core/Include/a-profile/
A Dcmsis_cp15.h263 __STATIC_FORCEINLINE void __set_CNTFRQ(uint32_t value) in __set_CNTFRQ()
447 __STATIC_FORCEINLINE void __set_TLBIALL(uint32_t value) in __set_TLBIALL()
456 __STATIC_FORCEINLINE void __set_BPIALL(uint32_t value) in __set_BPIALL()
465 __STATIC_FORCEINLINE void __set_ICIALLU(uint32_t value) in __set_ICIALLU()
474 __STATIC_FORCEINLINE void __set_ICIMVAC(uint32_t value) in __set_ICIMVAC()
483 __STATIC_FORCEINLINE void __set_DCCMVAC(uint32_t value) in __set_DCCMVAC()
492 __STATIC_FORCEINLINE void __set_DCIMVAC(uint32_t value) in __set_DCIMVAC()
508 __STATIC_FORCEINLINE void __set_CSSELR(uint32_t value) in __set_CSSELR()
545 __STATIC_FORCEINLINE void __set_DCISW(uint32_t value) in __set_DCISW()
552 __STATIC_FORCEINLINE void __set_DCCSW(uint32_t value) in __set_DCCSW()
[all …]
/bsp/renesas/ra4e2-eco/ra/arm/CMSIS_6/CMSIS/Core/Include/a-profile/
A Dcmsis_cp15.h263 __STATIC_FORCEINLINE void __set_CNTFRQ(uint32_t value) in __set_CNTFRQ()
447 __STATIC_FORCEINLINE void __set_TLBIALL(uint32_t value) in __set_TLBIALL()
456 __STATIC_FORCEINLINE void __set_BPIALL(uint32_t value) in __set_BPIALL()
465 __STATIC_FORCEINLINE void __set_ICIALLU(uint32_t value) in __set_ICIALLU()
474 __STATIC_FORCEINLINE void __set_ICIMVAC(uint32_t value) in __set_ICIMVAC()
483 __STATIC_FORCEINLINE void __set_DCCMVAC(uint32_t value) in __set_DCCMVAC()
492 __STATIC_FORCEINLINE void __set_DCIMVAC(uint32_t value) in __set_DCIMVAC()
508 __STATIC_FORCEINLINE void __set_CSSELR(uint32_t value) in __set_CSSELR()
545 __STATIC_FORCEINLINE void __set_DCISW(uint32_t value) in __set_DCISW()
552 __STATIC_FORCEINLINE void __set_DCCSW(uint32_t value) in __set_DCCSW()
[all …]
/bsp/mm32/libraries/MM32F3270_HAL/CMSIS/Include/
A Dcore_dsp.h57 #define __BKPT(value) do {} while(0) argument
60 #define NVIC_SetPriorityGrouping(value) do {} while(0) argument
62 #define NVIC_EnableIRQ(value) do {} while(0) argument
63 #define NVIC_GetEnableIRQ(value) do {} while(0) argument
64 #define NVIC_DisableIRQ(value) do {} while(0) argument
65 #define NVIC_GetPendingIRQ(value) do {} while(0) argument
66 #define NVIC_SetPendingIRQ(value) do {} while(0) argument
67 #define NVIC_ClearPendingIRQ(value) do {} while(0) argument
68 #define NVIC_GetActive(value) do {} while(0) argument
/bsp/microchip/same70/bsp/hri/
A Dhri_pio_e70b.h264 static inline void hri_pio_write_PSR_P0_bit(const void *const hw, bool value) in hri_pio_write_PSR_P0_bit()
288 static inline void hri_pio_write_PSR_P1_bit(const void *const hw, bool value) in hri_pio_write_PSR_P1_bit()
312 static inline void hri_pio_write_PSR_P2_bit(const void *const hw, bool value) in hri_pio_write_PSR_P2_bit()
336 static inline void hri_pio_write_PSR_P3_bit(const void *const hw, bool value) in hri_pio_write_PSR_P3_bit()
360 static inline void hri_pio_write_PSR_P4_bit(const void *const hw, bool value) in hri_pio_write_PSR_P4_bit()
384 static inline void hri_pio_write_PSR_P5_bit(const void *const hw, bool value) in hri_pio_write_PSR_P5_bit()
408 static inline void hri_pio_write_PSR_P6_bit(const void *const hw, bool value) in hri_pio_write_PSR_P6_bit()
432 static inline void hri_pio_write_PSR_P7_bit(const void *const hw, bool value) in hri_pio_write_PSR_P7_bit()
456 static inline void hri_pio_write_PSR_P8_bit(const void *const hw, bool value) in hri_pio_write_PSR_P8_bit()
480 static inline void hri_pio_write_PSR_P9_bit(const void *const hw, bool value) in hri_pio_write_PSR_P9_bit()
[all …]
/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/include/
A Dhal_fll.h151 #define FLL_CONF1_MODE_GET(value) ((((unsigned int)(value)) >> 16) & 0x1) argument
171 #define FLL_CONF2_GAIN_GET(value) ((((unsigned int)(value)) >> 0) & 0xF) argument
173 #define FLL_CONF2_GAIN(value) ((value) << 0) argument
177 #define FLL_CONF2_ASSERT_CYCLES(value) ((value) << 4) argument
181 #define FLL_CONF2_DEASSERT_CYCLES(value) ((value) << 10) argument
185 #define FLL_CONF2_TOLERANCE(value) ((value) << 16) argument
189 #define FLL_CONF2_STA_CLOCK(value) ((value) << 29) argument
193 #define FLL_CONF2_OPEN_LOOP(value) ((value) << 30) argument
197 #define FLL_CONF2_DITHER(value) ((value) << 31) argument
201 #define FLL_INTEGRATOR_FRACT(value) ((value) << 6) argument
[all …]

Completed in 152 milliseconds

12345678910>>...72