MCPcopy Create free account

hub / github.com/armink/FreeModbus_Slave-Master-RTT-STM32 / functions

Functions3,120 in github.com/armink/FreeModbus_Slave-Master-RTT-STM32

FunctionFLASH_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
FunctionFLASH_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
FunctionFLASH_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
FunctionFLASH_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
FunctionFLASH_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
FunctionFLASH_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
FunctionFLASH_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
FunctionFLASH_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
FunctionFLASH_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
FunctionFLASH_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
FunctionFLASH_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
FunctionFLASH_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
FunctionFLASH_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
FunctionFLASH_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
FunctionFLASH_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
FunctionFLASH_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
FunctionFSMC_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
FunctionFSMC_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
FunctionFSMC_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
FunctionFSMC_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
FunctionFSMC_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
FunctionFSMC_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
FunctionFSMC_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
FunctionFSMC_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
FunctionFSMC_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
FunctionFSMC_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
FunctionFSMC_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
FunctionFSMC_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
FunctionFSMC_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
FunctionFSMC_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
FunctionFSMC_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
FunctionFSMC_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
FunctionFSMC_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
FunctionFSMC_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
FunctionFSMC_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
FunctionFreeUserBuffer
* 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
FunctionGPIO_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
FunctionGPIO_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
FunctionGPIO_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
FunctionGPIO_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
FunctionGPIO_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
FunctionGPIO_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
FunctionGPIO_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
FunctionGPIO_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
FunctionGPIO_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
FunctionGPIO_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
FunctionGPIO_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
FunctionGPIO_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
FunctionGPIO_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
FunctionGetBTABLE
* Function Name : GetBTABLE. * Description : Returns the BTABLE register value. * Input : None. * Output : None. * Return
Libaries/USB-FS-Device_Driver/src/usb_regs.c:131
FunctionGetCNTR
* 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
FunctionGetDADDR
* Function Name : GetDADDR * Description : Returns the DADDR register value. * Input : None. * Output : None. * Return :
Libaries/USB-FS-Device_Driver/src/usb_regs.c:107
FunctionGetEPAddress
* 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
FunctionGetEPDblBuf0Addr
* 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
FunctionGetEPDblBuf0Count
* 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
FunctionGetEPDblBuf1Addr
* 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
FunctionGetEPDblBuf1Count
* 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
FunctionGetEPDblBufDir
* 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
FunctionGetEPRxStatus
* 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
FunctionGetEPRxStatus
* 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
FunctionGetEPTxCount
* 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
FunctionGetEPTxStatus
* 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
FunctionGetEPTxStatus
* 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
FunctionGetEPType
* 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
FunctionGetFNR
* 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
FunctionGetISTR
* 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
FunctionGetRxStallStatus
* 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
FunctionGetRxStallStatus
* 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
FunctionGetTxStallStatus
* 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
FunctionGetTxStallStatus
* 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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
FunctionI2C_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
← previousnext →1,201–1,300 of 3,120, ranked by callers