/btstack/port/stm32-f4discovery-cc256x/bsp/ |
H A D | stm32f4_discovery.c | 125 static void I2Cx_WriteData(uint8_t Addr, uint8_t Reg, uint8_t Value); 126 static uint8_t I2Cx_ReadData(uint8_t Addr, uint8_t Reg); 128 static void I2Cx_Error(uint8_t Addr); 144 void AUDIO_IO_Write(uint8_t Addr, uint8_t Reg, uint8_t Value); 145 uint8_t AUDIO_IO_Read(uint8_t Addr, uint8_t Reg); 416 static void I2Cx_WriteData(uint8_t Addr, uint8_t Reg, uint8_t Value) in I2Cx_WriteData() argument 420 …status = HAL_I2C_Mem_Write(&I2cHandle, Addr, (uint16_t)Reg, I2C_MEMADD_SIZE_8BIT, &Value, 1, I2cxT… in I2Cx_WriteData() 426 I2Cx_Error(Addr); in I2Cx_WriteData() 436 static uint8_t I2Cx_ReadData(uint8_t Addr, uint8_t Reg) in I2Cx_ReadData() argument 441 …status = HAL_I2C_Mem_Read(&I2cHandle, Addr, (uint16_t)Reg, I2C_MEMADD_SIZE_8BIT, &value, 1,I2cxTim… in I2Cx_ReadData() [all …]
|
H A D | cs43l22.c | 118 static uint8_t CODEC_IO_Write(uint8_t Addr, uint8_t Reg, uint8_t Value); 464 static uint8_t CODEC_IO_Write(uint8_t Addr, uint8_t Reg, uint8_t Value) in CODEC_IO_Write() argument 468 AUDIO_IO_Write(Addr, Reg, Value); in CODEC_IO_Write() 472 result = (AUDIO_IO_Read(Addr, Reg) == Value)? 0:1; in CODEC_IO_Write()
|
H A D | cs43l22.h | 204 void AUDIO_IO_Write(uint8_t Addr, uint8_t Reg, uint8_t Value); 205 uint8_t AUDIO_IO_Read(uint8_t Addr, uint8_t Reg);
|
/btstack/port/stm32-f4discovery-usb/bsp/ |
H A D | stm32f4_discovery.c | 125 static void I2Cx_WriteData(uint8_t Addr, uint8_t Reg, uint8_t Value); 126 static uint8_t I2Cx_ReadData(uint8_t Addr, uint8_t Reg); 128 static void I2Cx_Error(uint8_t Addr); 144 void AUDIO_IO_Write(uint8_t Addr, uint8_t Reg, uint8_t Value); 145 uint8_t AUDIO_IO_Read(uint8_t Addr, uint8_t Reg); 416 static void I2Cx_WriteData(uint8_t Addr, uint8_t Reg, uint8_t Value) in I2Cx_WriteData() argument 420 …status = HAL_I2C_Mem_Write(&I2cHandle, Addr, (uint16_t)Reg, I2C_MEMADD_SIZE_8BIT, &Value, 1, I2cxT… in I2Cx_WriteData() 426 I2Cx_Error(Addr); in I2Cx_WriteData() 436 static uint8_t I2Cx_ReadData(uint8_t Addr, uint8_t Reg) in I2Cx_ReadData() argument 441 …status = HAL_I2C_Mem_Read(&I2cHandle, Addr, (uint16_t)Reg, I2C_MEMADD_SIZE_8BIT, &value, 1,I2cxTim… in I2Cx_ReadData() [all …]
|
H A D | cs43l22.c | 118 static uint8_t CODEC_IO_Write(uint8_t Addr, uint8_t Reg, uint8_t Value); 464 static uint8_t CODEC_IO_Write(uint8_t Addr, uint8_t Reg, uint8_t Value) in CODEC_IO_Write() argument 468 AUDIO_IO_Write(Addr, Reg, Value); in CODEC_IO_Write() 472 result = (AUDIO_IO_Read(Addr, Reg) == Value)? 0:1; in CODEC_IO_Write()
|
H A D | cs43l22.h | 204 void AUDIO_IO_Write(uint8_t Addr, uint8_t Reg, uint8_t Value); 205 uint8_t AUDIO_IO_Read(uint8_t Addr, uint8_t Reg);
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_eth.c | 167 static void ETH_MACAddressConfig(ETH_HandleTypeDef *heth, uint32_t MacAddr, uint8_t *Addr); 2100 static void ETH_MACAddressConfig(ETH_HandleTypeDef *heth, uint32_t MacAddr, uint8_t *Addr) in ETH_MACAddressConfig() argument 2111 tmpreg1 = ((uint32_t)Addr[5U] << 8U) | (uint32_t)Addr[4U]; in ETH_MACAddressConfig() 2115 …tmpreg1 = ((uint32_t)Addr[3U] << 24U) | ((uint32_t)Addr[2U] << 16U) | ((uint32_t)Addr[1U] << 8U) |… in ETH_MACAddressConfig()
|
H A D | stm32f4xx_ll_sdmmc.c | 783 uint32_t SDMMC_CmdSelDesel(SDIO_TypeDef *SDIOx, uint64_t Addr) in SDMMC_CmdSelDesel() argument 789 sdmmc_cmdinit.Argument = (uint32_t)Addr; in SDMMC_CmdSelDesel()
|
/btstack/chipset/ |
H A D | README.md | 61 …ver HCI (2) | LE DLE | Multiple LE Roles (3) | Classic SC (4) | LE Addr Resolution | BTstac… 108 **BD Addr** can be set with vendor-specific command although all chipsets have an official address … 143 **BD Addr** can be set with a custom command. A fixed address is provided on some modules, e.g. the… 165 **BD Addr** can be set via PSKEY. A fixed address can be provided if the chipset has some kind of p… 192 **BD Addr** fixed to 80:EA:CA:00:00:01. No command in HCI firmware to set it differently. Random ad… 224 **BD Addr** must be set during startup for EM9301 since it does not have a stored fix address. The … 232 …_chipset_t* instance and passed to *hci_init* function. It enables to set the BD Addr during start. 311 **BD Addr** fixed to 74:90:50:FF:FF:FF. A Windows tool in the BTTS suite allows to set a public Blu… 326 **BD Addr** can be set with custom command although all chipsets have an official address stored. 334 …sed to *hci_init* function. It enables higher UART baud rate and to set the BD Addr during startup. [all …]
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_ll_sdmmc.c | 828 uint32_t SDMMC_CmdSelDesel(SDMMC_TypeDef *SDMMCx, uint64_t Addr) in SDMMC_CmdSelDesel() argument 834 sdmmc_cmdinit.Argument = (uint32_t)Addr; in SDMMC_CmdSelDesel()
|
/btstack/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/ |
H A D | sx1280.c | 32 uint16_t Addr; //!< The address of the register member 102 SX1280HalWriteRegister( RadioRegsInit[i].Addr, RadioRegsInit[i].Value ); in SX1280SetRegistersDefault()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_ll_sdmmc.h | 1083 uint32_t SDMMC_CmdSelDesel(SDIO_TypeDef *SDIOx, uint64_t Addr);
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_ll_sdmmc.h | 1241 uint32_t SDMMC_CmdSelDesel(SDMMC_TypeDef *SDMMCx, uint64_t Addr);
|