Searched defs:gpcrc (Results 1 – 4 of 4) sorted by relevance
| /hal_silabs-latest/simplicity_sdk/platform/emlib/inc/ |
| D | em_gpcrc.h | 182 __STATIC_INLINE void GPCRC_Enable(GPCRC_TypeDef * gpcrc, bool enable) in GPCRC_Enable() 202 __STATIC_INLINE void GPCRC_Start(GPCRC_TypeDef * gpcrc) in GPCRC_Start() 218 __STATIC_INLINE void GPCRC_InitValueSet(GPCRC_TypeDef * gpcrc, uint32_t initValue) in GPCRC_InitValueSet() 238 __STATIC_INLINE void GPCRC_InputU32(GPCRC_TypeDef * gpcrc, uint32_t data) in GPCRC_InputU32() 258 __STATIC_INLINE void GPCRC_InputU16(GPCRC_TypeDef * gpcrc, uint16_t data) in GPCRC_InputU16() 278 __STATIC_INLINE void GPCRC_InputU8(GPCRC_TypeDef * gpcrc, uint8_t data) in GPCRC_InputU8() 296 __STATIC_INLINE uint32_t GPCRC_DataRead(GPCRC_TypeDef * gpcrc) in GPCRC_DataRead() 316 __STATIC_INLINE uint32_t GPCRC_DataReadBitReversed(GPCRC_TypeDef * gpcrc) in GPCRC_DataReadBitReversed() 334 __STATIC_INLINE uint32_t GPCRC_DataReadByteReversed(GPCRC_TypeDef * gpcrc) in GPCRC_DataReadByteReversed()
|
| /hal_silabs-latest/gecko/emlib/inc/ |
| D | em_gpcrc.h | 182 __STATIC_INLINE void GPCRC_Enable(GPCRC_TypeDef * gpcrc, bool enable) in GPCRC_Enable() 202 __STATIC_INLINE void GPCRC_Start(GPCRC_TypeDef * gpcrc) in GPCRC_Start() 218 __STATIC_INLINE void GPCRC_InitValueSet(GPCRC_TypeDef * gpcrc, uint32_t initValue) in GPCRC_InitValueSet() 238 __STATIC_INLINE void GPCRC_InputU32(GPCRC_TypeDef * gpcrc, uint32_t data) in GPCRC_InputU32() 258 __STATIC_INLINE void GPCRC_InputU16(GPCRC_TypeDef * gpcrc, uint16_t data) in GPCRC_InputU16() 278 __STATIC_INLINE void GPCRC_InputU8(GPCRC_TypeDef * gpcrc, uint8_t data) in GPCRC_InputU8() 296 __STATIC_INLINE uint32_t GPCRC_DataRead(GPCRC_TypeDef * gpcrc) in GPCRC_DataRead() 316 __STATIC_INLINE uint32_t GPCRC_DataReadBitReversed(GPCRC_TypeDef * gpcrc) in GPCRC_DataReadBitReversed() 334 __STATIC_INLINE uint32_t GPCRC_DataReadByteReversed(GPCRC_TypeDef * gpcrc) in GPCRC_DataReadByteReversed()
|
| /hal_silabs-latest/gecko/emlib/src/ |
| D | em_gpcrc.c | 67 void GPCRC_Init(GPCRC_TypeDef * gpcrc, const GPCRC_Init_TypeDef * init) 129 void GPCRC_Reset(GPCRC_TypeDef * gpcrc)
|
| /hal_silabs-latest/simplicity_sdk/platform/emlib/src/ |
| D | em_gpcrc.c | 67 void GPCRC_Init(GPCRC_TypeDef * gpcrc, const GPCRC_Init_TypeDef * init) 129 void GPCRC_Reset(GPCRC_TypeDef * gpcrc)
|