CMSIS + 0/4 examples
CodeScope will show references to CEC_TypeDef from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
CEC
 
Symbols
loading...
Files
loading...

CEC_TypeDef struct

Consumer Electronics Control

Syntax

typedef struct {   __IO uint32_t CR;              __IO uint32_t CFGR;            __IO uint32_t TXDR;            __IO uint32_t RXDR;            __IO uint32_t ISR;             __IO uint32_t IER;           } CEC_TypeDef;

Fields

TXDR

CEC Tx data register , Address offset:0x08. Read more...

RXDR

CEC Rx Data Register, Address offset:0x0C. Read more...

ISR

CEC Interrupt and Status Register, Address offset:0x10. Read more...

IER

CEC interrupt enable register, Address offset:0x14. Read more...

CR

CEC control register, Address offset:0x00. Read more...

CFGR

CEC configuration register, Address offset:0x04. Read more...

Examples

CEC_TypeDef is referenced by 4 libraries and example projects.

References

LocationReferrerText
stm32f446xx.h:283
typedef struct
stm32f446xx.h:291

all items filtered out
CEC_TypeDef
all items filtered out