Home
last modified time | relevance | path

Searched refs:DutyCycle (Results 1 – 9 of 9) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_i2c.c154 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()
Dstm32l1xx_hal_i2c.c379 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/
Dstm32l1xx_ll_i2c.h100 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()
Dstm32l1xx_hal_i2c.h69 uint32_t DutyCycle; /*!< Specifies the I2C fast mode duty cycle. member
/loramac-node-latest/src/boards/NucleoL152/
Di2c-board.c60 I2cHandle.Init.DutyCycle = I2C_DUTYCYCLE_2; in I2cMcuFormat()
64 I2cHandle.Init.DutyCycle = I2C_DUTYCYCLE_16_9; in I2cMcuFormat()
/loramac-node-latest/src/boards/NAMote72/
Di2c-board.c60 I2cHandle.Init.DutyCycle = I2C_DUTYCYCLE_2; in I2cMcuFormat()
64 I2cHandle.Init.DutyCycle = I2C_DUTYCYCLE_16_9; in I2cMcuFormat()
/loramac-node-latest/src/mac/region/
DRegion.h509 bool DutyCycle; member
/loramac-node-latest/
DCHANGELOG.md809 - DutyCycle enforcement implementation (EU868 PHY only)
815 Toff = TimeOnAir / DutyCycle - TxTimeOnAir
898 Removed the DutyCycle parameter decoding
/loramac-node-latest/src/mac/
DLoRaMac.c5673 verify.DutyCycle = enable; in LoRaMacTestSetDutyCycleOn()