Searched refs:DutyCycle (Results 1 – 9 of 9) sorted by relevance
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_ll_i2c.c | 154 assert_param(IS_I2C_DUTY_CYCLE(I2C_InitStruct->DutyCycle)); in LL_I2C_Init() 171 …nfigSpeed(I2Cx, rcc_clocks.PCLK1_Frequency, I2C_InitStruct->ClockSpeed, I2C_InitStruct->DutyCycle); in LL_I2C_Init() 209 I2C_InitStruct->DutyCycle = LL_I2C_DUTYCYCLE_2; in LL_I2C_StructInit()
|
D | stm32l1xx_hal_i2c.c | 379 assert_param(IS_I2C_DUTY_CYCLE(hi2c->Init.DutyCycle)); in HAL_I2C_Init() 423 …R_FS | I2C_CCR_DUTY | I2C_CCR_CCR), I2C_SPEED(pclk1, hi2c->Init.ClockSpeed, hi2c->Init.DutyCycle)); in HAL_I2C_Init()
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_i2c.h | 100 uint32_t DutyCycle; /*!< Specifies the I2C fast mode duty cycle. member 636 __STATIC_INLINE void LL_I2C_SetDutyCycle(I2C_TypeDef *I2Cx, uint32_t DutyCycle) in LL_I2C_SetDutyCycle() argument 638 MODIFY_REG(I2Cx->CCR, I2C_CCR_DUTY, DutyCycle); in LL_I2C_SetDutyCycle() 746 uint32_t DutyCycle) in LL_I2C_ConfigSpeed() argument 765 __LL_I2C_SPEED_FAST_TO_CCR(PeriphClock, ClockSpeed, DutyCycle) | \ in LL_I2C_ConfigSpeed() 766 DutyCycle; in LL_I2C_ConfigSpeed()
|
D | stm32l1xx_hal_i2c.h | 69 uint32_t DutyCycle; /*!< Specifies the I2C fast mode duty cycle. member
|
/loramac-node-latest/src/boards/NucleoL152/ |
D | i2c-board.c | 60 I2cHandle.Init.DutyCycle = I2C_DUTYCYCLE_2; in I2cMcuFormat() 64 I2cHandle.Init.DutyCycle = I2C_DUTYCYCLE_16_9; in I2cMcuFormat()
|
/loramac-node-latest/src/boards/NAMote72/ |
D | i2c-board.c | 60 I2cHandle.Init.DutyCycle = I2C_DUTYCYCLE_2; in I2cMcuFormat() 64 I2cHandle.Init.DutyCycle = I2C_DUTYCYCLE_16_9; in I2cMcuFormat()
|
/loramac-node-latest/src/mac/region/ |
D | Region.h | 509 bool DutyCycle; member
|
/loramac-node-latest/ |
D | CHANGELOG.md | 809 - DutyCycle enforcement implementation (EU868 PHY only) 815 Toff = TimeOnAir / DutyCycle - TxTimeOnAir 898 Removed the DutyCycle parameter decoding
|
/loramac-node-latest/src/mac/ |
D | LoRaMac.c | 5673 verify.DutyCycle = enable; in LoRaMacTestSetDutyCycleOn()
|