Home
last modified time | relevance | path

Searched refs:MemAddress (Results 1 – 25 of 58) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_gtzc.c1100 HAL_StatusTypeDef HAL_GTZC_MPCBB_ConfigMemAttributes(uint32_t MemAddress, in HAL_GTZC_MPCBB_ConfigMemAttributes() argument
1114 if ((MemAddress % GTZC_MPCBB_BLOCK_SIZE) != 0U) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1120 end_address = MemAddress + (NbBlocks * GTZC_MPCBB_BLOCK_SIZE) - 1U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1121 if (((IS_ADDRESS_IN_NS(SRAM1, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1127 else if (((IS_ADDRESS_IN_S(SRAM1, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1133 else if (((IS_ADDRESS_IN_NS(SRAM2, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1139 else if (((IS_ADDRESS_IN_S(SRAM2, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1146 else if (((IS_ADDRESS_IN_NS(SRAM3, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1152 else if (((IS_ADDRESS_IN_S(SRAM3, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1159 else if (((IS_ADDRESS_IN_NS(SRAM4, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
[all …]
Dstm32u5xx_hal_i2c.c443 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
446 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2644 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2681 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2781 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2818 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2918 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2956 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2965 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2968 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_gtzc.c679 HAL_StatusTypeDef HAL_GTZC_MPCBB_ConfigMemAttributes(uint32_t MemAddress, in HAL_GTZC_MPCBB_ConfigMemAttributes() argument
693 if ((MemAddress % GTZC_MPCBB_BLOCK_SIZE) != 0U) in HAL_GTZC_MPCBB_ConfigMemAttributes()
699 end_address = MemAddress + (NbBlocks * GTZC_MPCBB_BLOCK_SIZE) - 1U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
700 if (((IS_ADDRESS_IN_NS(SRAM1, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
707 else if (((IS_ADDRESS_IN_S(SRAM1, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
714 else if (((IS_ADDRESS_IN_NS(SRAM2, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
721 else if (((IS_ADDRESS_IN_S(SRAM2, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
728 else if (((IS_ADDRESS_IN_NS(SRAM6, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
735 else if (((IS_ADDRESS_IN_S(SRAM6, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
748 block_start = (MemAddress - base_address) / GTZC_MPCBB_BLOCK_SIZE; in HAL_GTZC_MPCBB_ConfigMemAttributes()
[all …]
Dstm32wbaxx_hal_i2c.c443 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
446 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2644 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2681 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2781 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2818 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2918 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2956 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2965 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2968 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_gtzc.c1029 HAL_StatusTypeDef HAL_GTZC_MPCBB_ConfigMemAttributes(uint32_t MemAddress, in HAL_GTZC_MPCBB_ConfigMemAttributes() argument
1043 if ((MemAddress % GTZC_MPCBB_BLOCK_SIZE) != 0U) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1049 end_address = MemAddress + (NbBlocks * GTZC_MPCBB_BLOCK_SIZE) - 1U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
1050 if (((IS_ADDRESS_IN_NS(SRAM1, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1057 else if (((IS_ADDRESS_IN_S(SRAM1, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1064 else if (((IS_ADDRESS_IN_NS(SRAM2, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1071 else if (((IS_ADDRESS_IN_S(SRAM2, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1079 else if (((IS_ADDRESS_IN_NS(SRAM3, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1085 else if (((IS_ADDRESS_IN_S(SRAM3, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
1098 block_start = (MemAddress - base_address) / GTZC_MPCBB_BLOCK_SIZE; in HAL_GTZC_MPCBB_ConfigMemAttributes()
[all …]
Dstm32h5xx_hal_i2c.c443 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
446 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2610 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2647 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2747 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2784 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2884 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2922 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2931 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2934 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_gtzc.c831 HAL_StatusTypeDef HAL_GTZC_MPCBB_ConfigMemAttributes(uint32_t MemAddress, in HAL_GTZC_MPCBB_ConfigMemAttributes() argument
841 if ((MemAddress % GTZC_MPCBB_BLOCK_SIZE) != 0U) in HAL_GTZC_MPCBB_ConfigMemAttributes()
847 end_address = MemAddress + (NbBlocks * GTZC_MPCBB_BLOCK_SIZE) - 1U; in HAL_GTZC_MPCBB_ConfigMemAttributes()
848 if (((IS_ADDRESS_IN_NS(SRAM1, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
854 else if (((IS_ADDRESS_IN_S(SRAM1, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
860 else if (((IS_ADDRESS_IN_NS(SRAM2, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
866 else if (((IS_ADDRESS_IN_S(SRAM2, MemAddress)) in HAL_GTZC_MPCBB_ConfigMemAttributes()
878 block_start = (MemAddress - base_address) / GTZC_MPCBB_BLOCK_SIZE; in HAL_GTZC_MPCBB_ConfigMemAttributes()
926 HAL_StatusTypeDef HAL_GTZC_MPCBB_GetConfigMemAttributes(uint32_t MemAddress, in HAL_GTZC_MPCBB_GetConfigMemAttributes() argument
936 if ((MemAddress % GTZC_MPCBB_BLOCK_SIZE) != 0U) in HAL_GTZC_MPCBB_GetConfigMemAttributes()
[all …]
Dstm32l5xx_hal_i2c.c439 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
442 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2523 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2560 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2660 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2697 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2797 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2835 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2844 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2847 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_i2c.c432 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
435 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2363 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2400 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2500 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2537 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2637 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2674 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2683 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2686 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_i2c.c439 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
442 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2430 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2467 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2567 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2604 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2704 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2741 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2750 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2753 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c440 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
443 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2512 …peDef HAL_FMPI2C_Mem_Write(FMPI2C_HandleTypeDef *hfmpi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_FMPI2C_Mem_Write() argument
2549 …if (FMPI2C_RequestMemoryWrite(hfmpi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != … in HAL_FMPI2C_Mem_Write()
2649 …ypeDef HAL_FMPI2C_Mem_Read(FMPI2C_HandleTypeDef *hfmpi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_FMPI2C_Mem_Read() argument
2686 …if (FMPI2C_RequestMemoryRead(hfmpi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != H… in HAL_FMPI2C_Mem_Read()
2786 …ef HAL_FMPI2C_Mem_Write_IT(FMPI2C_HandleTypeDef *hfmpi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_FMPI2C_Mem_Write_IT() argument
2824 hfmpi2c->Instance->TXDR = FMPI2C_MEM_ADD_LSB(MemAddress); in HAL_FMPI2C_Mem_Write_IT()
2833 hfmpi2c->Instance->TXDR = FMPI2C_MEM_ADD_MSB(MemAddress); in HAL_FMPI2C_Mem_Write_IT()
2836 hfmpi2c->Memaddress = FMPI2C_MEM_ADD_LSB(MemAddress); in HAL_FMPI2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_i2c.c443 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
446 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2474 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2511 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2611 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2648 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2748 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2786 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2795 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2798 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_i2c.c443 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
446 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2531 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2568 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2668 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2705 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2805 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2843 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2852 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2855 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_i2c.c439 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
442 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2523 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2560 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2660 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2697 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2797 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2835 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2844 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2847 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_i2c.c439 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
442 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2523 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2560 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2660 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2697 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2797 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2835 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2844 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2847 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_i2c.c443 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
446 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2531 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2568 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2668 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2705 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2805 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2843 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2852 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2855 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_i2c.c439 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
442 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2511 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2548 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2648 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2685 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2785 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2823 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2832 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2835 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_i2c.c443 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
446 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2531 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2568 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2668 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2705 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2805 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2843 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2852 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2855 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_i2c.c439 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
442 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2523 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2560 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2660 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2697 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2797 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2835 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2844 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2847 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_i2c.c439 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
442 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2523 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2560 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2660 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2697 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2797 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2835 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2844 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2847 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_i2c.c439 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
442 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2523 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2560 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2660 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2697 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2797 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2835 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2844 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2847 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_i2c.c439 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
442 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2523 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2560 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2660 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2697 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2797 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2835 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2844 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2847 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_i2c.c443 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
446 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2610 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2647 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2747 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2784 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2884 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2922 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2931 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2934 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_i2c.c443 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
446 … uint16_t MemAddress, uint16_t MemAddSize, uint32_t Timeout,
2610 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write() argument
2647 …if (I2C_RequestMemoryWrite(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Write()
2747 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Read() argument
2784 … if (I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) != HAL_OK) in HAL_I2C_Mem_Read()
2884 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, in HAL_I2C_Mem_Write_IT() argument
2922 hi2c->Instance->TXDR = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2931 hi2c->Instance->TXDR = I2C_MEM_ADD_MSB(MemAddress); in HAL_I2C_Mem_Write_IT()
2934 hi2c->Memaddress = I2C_MEM_ADD_LSB(MemAddress); in HAL_I2C_Mem_Write_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_i2c.h634 …_StatusTypeDef HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress,
636 …L_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress,
648 …atusTypeDef HAL_I2C_Mem_Write_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress,
650 …tatusTypeDef HAL_I2C_Mem_Read_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress,
672 …tusTypeDef HAL_I2C_Mem_Write_DMA(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress,
674 …atusTypeDef HAL_I2C_Mem_Read_DMA(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress,

123