Other Parts Discussed in Thread: TCAN4550,
Hi
In driver code tcan4x5x.c, Can we use below two function call to read and write TCAN4550 ?
static int tcan4x5x_regmap_write(void *context, const void *data, size_t count)
static int tcan4x5x_regmap_read(void *context,const void *reg, size_t reg_size, void *val, size_t val_size)
Can you help give an example for read and write reg 0x0800 bit 30 & 31 ?
Also is there any document explaining how to use the these two function call ?