Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/armink/FreeModbus_Slave-Master-RTT-STM32
/ functions
Functions
3,120 in github.com/armink/FreeModbus_Slave-Master-RTT-STM32
⨍
Functions
3,120
◇
Types & classes
856
Function
FLASH_GetWriteProtectionOptionByte
* @brief Returns the FLASH Write Protection Option Bytes Register value. * @note This function can be used for all STM32F10x devices. * @param
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c:1228
Function
FLASH_HalfCycleAccessCmd
* @brief Enables or disables the Half cycle flash access. * @note This function can be used for all STM32F10x devices. * @param FLASH_HalfCycl
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c:281
Function
FLASH_ITConfig
* @brief Enables or disables the specified FLASH interrupts. * @note This function can be used for all STM32F10x devices. * - For STM32
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c:1290
Function
FLASH_Lock
* @brief Locks the FLASH Program Erase Controller. * @note This function can be used for all STM32F10x devices. * - For STM32F10X_XL de
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c:372
Function
FLASH_LockBank1
* @brief Locks the FLASH Bank1 Program Erase Controller. * @note this function can be used for all STM32F10x devices. * - For STM32F10X
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c:392
Function
FLASH_LockBank2
* @brief Locks the FLASH Bank2 Program Erase Controller. * @note This function can be used only for STM32F10X_XL density devices. * @param Non
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c:405
Function
FLASH_PrefetchBufferCmd
* @brief Enables or disables the Prefetch Buffer. * @note This function can be used for all STM32F10x devices. * @param FLASH_PrefetchBuffer:
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c:300
Function
FLASH_ProgramHalfWord
* @brief Programs a half word at a specified address. * @note This function can be used for all STM32F10x devices. * @param Address: specifies
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c:858
Function
FLASH_ProgramOptionByteData
* @brief Programs a half word at a specified Option Byte Data address. * @note This function can be used for all STM32F10x devices. * @param A
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c:929
Function
FLASH_ProgramWord
* @brief Programs a word at a specified address. * @note This function can be used for all STM32F10x devices. * @param Address: specifies the
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c:681
Function
FLASH_ReadOutProtection
* @brief Enables or disables the read out protection. * @note If the user has already programmed the other option bytes before calling * thi
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c:1049
Function
FLASH_SetLatency
* @brief Sets the code latency value. * @note This function can be used for all STM32F10x devices. * @param FLASH_Latency: specifies the FLASH
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c:254
Function
FLASH_Unlock
* @brief Unlocks the FLASH Program Erase Controller. * @note This function can be used for all STM32F10x devices. * - For STM32F10X_XL
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c:319
Function
FLASH_UnlockBank1
* @brief Unlocks the FLASH Bank1 Program Erase Controller. * @note This function can be used for all STM32F10x devices. * - For STM32F1
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c:340
Function
FLASH_UnlockBank2
* @brief Unlocks the FLASH Bank2 Program Erase Controller. * @note This function can be used only for STM32F10X_XL density devices. * @param N
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c:354
Function
FLASH_UserOptionByteConfig
* @brief Programs the FLASH User Option Byte: IWDG_SW / RST_STOP / RST_STDBY. * @note This function can be used for all STM32F10x devices. * @p
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c:1118
Function
FSMC_ClearFlag
* @brief Clears the FSMC's pending flags. * @param FSMC_Bank: specifies the FSMC Bank to be used * This parameter can be one of the following
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:747
Function
FSMC_ClearITPendingBit
* @brief Clears the FSMC's interrupt pending bits. * @param FSMC_Bank: specifies the FSMC Bank to be used * This parameter can be one of the f
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:833
Function
FSMC_GetECC
* @brief Returns the error correction code register value. * @param FSMC_Bank: specifies the FSMC Bank to be used * This parameter can be one
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:603
Function
FSMC_GetFlagStatus
* @brief Checks whether the specified FSMC flag is set or not. * @param FSMC_Bank: specifies the FSMC Bank to be used * This parameter can be
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:697
Function
FSMC_GetITStatus
* @brief Checks whether the specified FSMC interrupt has occurred or not. * @param FSMC_Bank: specifies the FSMC Bank to be used * This parame
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:782
Function
FSMC_ITConfig
* @brief Enables or disables the specified FSMC interrupts. * @param FSMC_Bank: specifies the FSMC Bank to be used * This parameter can be one
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:637
Function
FSMC_NANDCmd
* @brief Enables or disables the specified NAND Memory Bank. * @param FSMC_Bank: specifies the FSMC Bank to be used * This parameter can be on
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:501
Function
FSMC_NANDDeInit
* @brief Deinitializes the FSMC NAND Banks registers to their default reset values. * @param FSMC_Bank: specifies the FSMC Bank to be used * T
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:129
Function
FSMC_NANDECCCmd
* @brief Enables or disables the FSMC NAND ECC feature. * @param FSMC_Bank: specifies the FSMC Bank to be used * This parameter can be one of
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:564
Function
FSMC_NANDInit
* @brief Initializes the FSMC NAND Banks according to the specified * parameters in the FSMC_NANDInitStruct. * @param FSMC_NANDInitStru
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:262
Function
FSMC_NANDStructInit
* @brief Fills each FSMC_NANDInitStruct member with its default value. * @param FSMC_NANDInitStruct: pointer to a FSMC_NANDInitTypeDef *
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:418
Function
FSMC_NORSRAMCmd
* @brief Enables or disables the specified NOR/SRAM Memory Bank. * @param FSMC_Bank: specifies the FSMC Bank to be used * This parameter can b
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:475
Function
FSMC_NORSRAMDeInit
* @brief Deinitializes the FSMC NOR/SRAM Banks registers to their default * reset values. * @param FSMC_Bank: specifies the FSMC Bank t
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:102
Function
FSMC_NORSRAMInit
* @brief Initializes the FSMC NOR/SRAM Banks according to the specified * parameters in the FSMC_NORSRAMInitStruct. * @param FSMC_NORSRA
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:176
Function
FSMC_NORSRAMStructInit
* @brief Fills each FSMC_NORSRAMInitStruct member with its default value. * @param FSMC_NORSRAMInitStruct: pointer to a FSMC_NORSRAMInitTypeDef
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:380
Function
FSMC_PCCARDCmd
* @brief Enables or disables the PCCARD Memory Bank. * @param NewState: new state of the PCCARD Memory Bank. * This parameter can be: ENABLE
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:538
Function
FSMC_PCCARDDeInit
* @brief Deinitializes the FSMC PCCARD Bank registers to their default reset values. * @param None * @retval None */
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:158
Function
FSMC_PCCARDInit
* @brief Initializes the FSMC PCCARD Bank according to the specified * parameters in the FSMC_PCCARDInitStruct. * @param FSMC_PCCARDIni
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:328
Function
FSMC_PCCARDStructInit
* @brief Fills each FSMC_PCCARDInitStruct member with its default value. * @param FSMC_PCCARDInitStruct: pointer to a FSMC_PCCARDInitTypeDef *
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c:444
Function
FreeUserBuffer
* Function Name : FreeUserBuffer * Description : free buffer used from the application realizing it to the line toggles bit SW_
Libaries/USB-FS-Device_Driver/src/usb_regs.c:708
Function
GPIO_AFIODeInit
* @brief Deinitializes the Alternate Functions (remap, event control * and EXTI configuration) registers to their default reset values. * @para
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c:159
Function
GPIO_DeInit
* @brief Deinitializes the GPIOx peripheral registers to their default reset values. * @param GPIOx: where x can be (A..G) to select the GPIO peri
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c:108
Function
GPIO_ETH_MediaInterfaceConfig
* @brief Selects the Ethernet media interface. * @note This function applies only to STM32 Connectivity line devices. * @param GPIO_ETH_Medi
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c:630
Function
GPIO_EXTILineConfig
* @brief Selects the GPIO pin used as EXTI Line. * @param GPIO_PortSource: selects the GPIO port to be used as source for EXTI lines. * This p
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c:609
Function
GPIO_EventOutputCmd
* @brief Enables or disables the Event Output. * @param NewState: new state of the Event output. * This parameter can be: ENABLE or DISABLE.
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c:483
Function
GPIO_EventOutputConfig
* @brief Selects the GPIO pin used as Event output. * @param GPIO_PortSource: selects the GPIO port to be used as source * for Event output.
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c:462
Function
GPIO_PinLockConfig
* @brief Locks GPIO Pins configuration registers. * @param GPIOx: where x can be (A..G) to select the GPIO peripheral. * @param GPIO_Pin: speci
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c:432
Function
GPIO_ReadInputData
* @brief Reads the specified GPIO input data port. * @param GPIOx: where x can be (A..G) to select the GPIO peripheral. * @retval GPIO input dat
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c:305
Function
GPIO_ReadOutputData
* @brief Reads the specified GPIO output data port. * @param GPIOx: where x can be (A..G) to select the GPIO peripheral. * @retval GPIO output d
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c:343
Function
GPIO_ReadOutputDataBit
* @brief Reads the specified output data port bit. * @param GPIOx: where x can be (A..G) to select the GPIO peripheral. * @param GPIO_Pin: spe
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c:320
Function
GPIO_StructInit
* @brief Fills each GPIO_InitStruct member with its default value. * @param GPIO_InitStruct : pointer to a GPIO_InitTypeDef structure which will
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c:266
Function
GPIO_Write
* @brief Writes data to the specified GPIO data port. * @param GPIOx: where x can be (A..G) to select the GPIO peripheral. * @param PortVal: sp
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c:417
Function
GPIO_WriteBit
* @brief Sets or clears the selected data port bit. * @param GPIOx: where x can be (A..G) to select the GPIO peripheral. * @param GPIO_Pin: spe
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c:394
Function
GetBTABLE
* Function Name : GetBTABLE. * Description : Returns the BTABLE register value. * Input : None. * Output : None. * Return
Libaries/USB-FS-Device_Driver/src/usb_regs.c:131
Function
GetCNTR
* Function Name : GetCNTR. * Description : returns the CNTR register value. * Input : None. * Output : None. * Return : C
Libaries/USB-FS-Device_Driver/src/usb_regs.c:47
Function
GetDADDR
* Function Name : GetDADDR * Description : Returns the DADDR register value. * Input : None. * Output : None. * Return :
Libaries/USB-FS-Device_Driver/src/usb_regs.c:107
Function
GetEPAddress
* Function Name : GetEPAddress * Description : Get the endpoint address. * Input : bEpNum: Endpoint Number. * Output : None. * R
Libaries/USB-FS-Device_Driver/src/usb_regs.c:456
Function
GetEPDblBuf0Addr
* Function Name : GetEPDblBuf0Addr * Description : Returns the address of the Buffer 0. * Input : bEpNum: Endpoint Number. * Output
Libaries/USB-FS-Device_Driver/src/usb_regs.c:608
Function
GetEPDblBuf0Count
* Function Name : GetEPDblBuf0Count * Description : Returns the number of byte received in the buffer 0 of a double * Buffer endp
Libaries/USB-FS-Device_Driver/src/usb_regs.c:667
Function
GetEPDblBuf1Addr
* Function Name : GetEPDblBuf1Addr * Description : Returns the address of the Buffer 1. * Input : bEpNum: Endpoint Number. * Output
Libaries/USB-FS-Device_Driver/src/usb_regs.c:619
Function
GetEPDblBuf1Count
* Function Name : GetEPDblBuf1Count * Description : Returns the number of data received in the buffer 1 of a double * Buffer endp
Libaries/USB-FS-Device_Driver/src/usb_regs.c:679
Function
GetEPDblBufDir
* Function Name : GetEPDblBufDir * Description : gets direction of the double buffered endpoint * Input : bEpNum: Endpoint Number. * Out
Libaries/USB-FS-Device_Driver/src/usb_regs.c:691
Function
GetEPRxStatus
* Function Name : GetEPRxStatus * Description : Returns the endpoint Rx status. * Input : bEpNum: Endpoint Number. * Output : No
Libaries/USB-FS-Device_Driver/src/otgd_fs_dev.c:262
Function
GetEPRxStatus
* Function Name : GetEPRxStatus * Description : Returns the endpoint Rx status. * Input : bEpNum: Endpoint Number. * Output : No
Libaries/USB-FS-Device_Driver/src/usb_regs.c:253
Function
GetEPTxCount
* Function Name : GetEPTxCount * Description : Get the Tx count. * Input : bEpNum: Endpoint Number. * Output : None * Return
Libaries/USB-FS-Device_Driver/src/usb_regs.c:549
Function
GetEPTxStatus
* Function Name : GetEPTxStatus * Description : Returns the endpoint Tx status. * Input : bEpNum: Endpoint Number. * Output : No
Libaries/USB-FS-Device_Driver/src/otgd_fs_dev.c:250
Function
GetEPTxStatus
* Function Name : GetEPTxStatus * Description : Returns the endpoint Tx status. * Input : bEpNum: Endpoint Number. * Output : No
Libaries/USB-FS-Device_Driver/src/usb_regs.c:241
Function
GetEPType
* Function Name : GetEPType * Description : Returns the endpoint type. * Input : bEpNum: Endpoint Number. * Output : None. * Ret
Libaries/USB-FS-Device_Driver/src/usb_regs.c:181
Function
GetFNR
* Function Name : GetFNR * Description : Returns the FNR register value. * Input : None. * Output : None. * Return : FNR
Libaries/USB-FS-Device_Driver/src/usb_regs.c:83
Function
GetISTR
* Function Name : GetISTR * Description : Returns the ISTR register value. * Input : None. * Output : None. * Return : IS
Libaries/USB-FS-Device_Driver/src/usb_regs.c:71
Function
GetRxStallStatus
* Function Name : GetRxStallStatus * Description : Returns the Stall status of the Rx endpoint. * Input : bEpNum: Endpoint Number. * Ou
Libaries/USB-FS-Device_Driver/src/otgd_fs_dev.c:310
Function
GetRxStallStatus
* Function Name : GetRxStallStatus * Description : Returns the Stall status of the Rx endpoint. * Input : bEpNum: Endpoint Number. * Ou
Libaries/USB-FS-Device_Driver/src/usb_regs.c:367
Function
GetTxStallStatus
* Function Name : GetTxStallStatus * Description : Returns the Stall status of the Tx endpoint. * Input : bEpNum: Endpoint Number. * Out
Libaries/USB-FS-Device_Driver/src/otgd_fs_dev.c:298
Function
GetTxStallStatus
* Function Name : GetTxStallStatus * Description : Returns the Stall status of the Tx endpoint. * Input : bEpNum: Endpoint Number. * Out
Libaries/USB-FS-Device_Driver/src/usb_regs.c:356
Function
I2C_ARPCmd
* @brief Enables or disables the specified I2C ARP. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param NewState: new s
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:840
Function
I2C_AcknowledgeConfig
* @brief Enables or disables the specified I2C acknowledge feature. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:442
Function
I2C_CalculatePEC
* @brief Enables or disables the PEC value calculation of the transferred bytes. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:803
Function
I2C_CheckEvent
* @brief Checks whether the last I2Cx Event is equal to the one passed * as parameter. * @param I2Cx: where x can be 1 or 2 to select the I2C
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:1030
Function
I2C_ClearFlag
* @brief Clears the I2Cx's pending flags. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param I2C_FLAG: specifies the f
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:1212
Function
I2C_ClearITPendingBit
* @brief Clears the I2Cx�s interrupt pending bits. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param I2C_IT: specifie
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:1307
Function
I2C_Cmd
* @brief Enables or disables the specified I2C peripheral. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param NewState
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:322
Function
I2C_DMACmd
* @brief Enables or disables the specified I2C DMA requests. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param NewSta
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:346
Function
I2C_DMALastTransferCmd
* @brief Specifies if the next DMA transfer will be the last one. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param N
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:370
Function
I2C_DeInit
* @brief Deinitializes the I2Cx peripheral registers to their default reset values. * @param I2Cx: where x can be 1 or 2 to select the I2C periphe
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:162
Function
I2C_DualAddressCmd
* @brief Enables or disables the specified I2C dual addressing mode. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:492
Function
I2C_FastModeDutyCycleConfig
* @brief Selects the specified I2C fast mode duty cycle. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param I2C_DutyCy
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:890
Function
I2C_GeneralCallCmd
* @brief Enables or disables the specified I2C general call feature. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:516
Function
I2C_GenerateSTART
* @brief Generates I2Cx communication START condition. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param NewState: ne
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:394
Function
I2C_GenerateSTOP
* @brief Generates I2Cx communication STOP condition. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param NewState: new
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:418
Function
I2C_GetFlagStatus
* @brief Checks whether the specified I2C flag is set or not. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param I2C_F
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:1133
Function
I2C_GetITStatus
* @brief Checks whether the specified I2C interrupt has occurred or not. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @p
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:1246
Function
I2C_GetLastEvent
* @brief Returns the last I2Cx Event. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * * @note: For detailed descript
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:1078
Function
I2C_GetPEC
* @brief Returns the PEC value for the specified I2C. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @retval The PEC value
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:825
Function
I2C_ITConfig
* @brief Enables or disables the specified I2C interrupts. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param I2C_IT:
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:545
Function
I2C_Init
* @brief Initializes the I2Cx peripheral according to the specified * parameters in the I2C_InitStruct. * @param I2Cx: where x can be 1 or 2
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:191
Function
I2C_NACKPositionConfig
* @brief Selects the specified I2C NACK position in master receiver mode. * This function is useful in I2C Master Receiver mode when the nu
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:696
Function
I2C_OwnAddress2Config
* @brief Configures the specified I2C own address2. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param Address: specif
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:465
Function
I2C_PECPositionConfig
* @brief Selects the specified I2C PEC position. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param I2C_PECPosition: s
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:779
Function
I2C_ReadRegister
* @brief Reads the specified I2C register and returns its value. * @param I2C_Register: specifies the register to read. * This parameter can b
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:636
Function
I2C_ReceiveData
* @brief Returns the most recent received data by the I2Cx peripheral. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @ret
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:583
Function
I2C_SMBusAlertConfig
* @brief Drives the SMBusAlert pin high or low for the specified I2C. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @para
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:724
Function
I2C_Send7bitAddress
* @brief Transmits the address byte to select the slave device. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param Add
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:601
Function
I2C_SendData
* @brief Sends a data byte through the I2Cx peripheral. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param Data: Byte
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:570
Function
I2C_SoftwareResetCmd
* @brief Enables or disables the specified I2C software reset. * @param I2Cx: where x can be 1 or 2 to select the I2C peripheral. * @param NewS
Libaries/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c:658
← previous
next →
1,201–1,300 of 3,120, ranked by callers