|
STM32H735xx HAL User Manual
|
Defines | |
| #define | LL_I2S_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG(__INSTANCE__->__REG__, (__VALUE__)) |
| Write a value in I2S register. | |
| #define | LL_I2S_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) |
| Read a value in I2S register. | |
| #define LL_I2S_ReadReg | ( | __INSTANCE__, | |
| __REG__ | |||
| ) | READ_REG(__INSTANCE__->__REG__) |
Read a value in I2S register.
| __INSTANCE__ | I2S Instance |
| __REG__ | Register to be read |
| Register | value |
Definition at line 2807 of file stm32h7xx_ll_spi.h.
| #define LL_I2S_WriteReg | ( | __INSTANCE__, | |
| __REG__, | |||
| __VALUE__ | |||
| ) | WRITE_REG(__INSTANCE__->__REG__, (__VALUE__)) |
Write a value in I2S register.
| __INSTANCE__ | I2S Instance |
| __REG__ | Register to be written |
| __VALUE__ | Value to be written in the register |
| None |
Definition at line 2799 of file stm32h7xx_ll_spi.h.
1.7.6.1