Searched refs:TIMINGR (Results  1 – 10 of 10) sorted by relevance
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ | 
| D | stm32l0xx_ll_i2c.h | 900   WRITE_REG(I2Cx->TIMINGR, Timing);  in LL_I2C_SetTiming()911   return (uint32_t)(READ_BIT(I2Cx->TIMINGR, I2C_TIMINGR_PRESC) >> I2C_TIMINGR_PRESC_Pos);  in LL_I2C_GetTimingPrescaler()
 922   return (uint32_t)(READ_BIT(I2Cx->TIMINGR, I2C_TIMINGR_SCLL) >> I2C_TIMINGR_SCLL_Pos);  in LL_I2C_GetClockLowPeriod()
 933   return (uint32_t)(READ_BIT(I2Cx->TIMINGR, I2C_TIMINGR_SCLH) >> I2C_TIMINGR_SCLH_Pos);  in LL_I2C_GetClockHighPeriod()
 944   return (uint32_t)(READ_BIT(I2Cx->TIMINGR, I2C_TIMINGR_SDADEL) >> I2C_TIMINGR_SDADEL_Pos);  in LL_I2C_GetDataHoldTime()
 955   return (uint32_t)(READ_BIT(I2Cx->TIMINGR, I2C_TIMINGR_SCLDEL) >> I2C_TIMINGR_SCLDEL_Pos);  in LL_I2C_GetDataSetupTime()
 
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ | 
| D | stm32l4xx_ll_i2c.h | 900   WRITE_REG(I2Cx->TIMINGR, Timing);  in LL_I2C_SetTiming()911   return (uint32_t)(READ_BIT(I2Cx->TIMINGR, I2C_TIMINGR_PRESC) >> I2C_TIMINGR_PRESC_Pos);  in LL_I2C_GetTimingPrescaler()
 922   return (uint32_t)(READ_BIT(I2Cx->TIMINGR, I2C_TIMINGR_SCLL) >> I2C_TIMINGR_SCLL_Pos);  in LL_I2C_GetClockLowPeriod()
 933   return (uint32_t)(READ_BIT(I2Cx->TIMINGR, I2C_TIMINGR_SCLH) >> I2C_TIMINGR_SCLH_Pos);  in LL_I2C_GetClockHighPeriod()
 944   return (uint32_t)(READ_BIT(I2Cx->TIMINGR, I2C_TIMINGR_SDADEL) >> I2C_TIMINGR_SDADEL_Pos);  in LL_I2C_GetDataHoldTime()
 955   return (uint32_t)(READ_BIT(I2Cx->TIMINGR, I2C_TIMINGR_SCLDEL) >> I2C_TIMINGR_SCLDEL_Pos);  in LL_I2C_GetDataSetupTime()
 
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ | 
| D | stm32l0xx_hal_smbus.c | 269   hsmbus->Instance->TIMINGR = hsmbus->Init.Timing & TIMING_CLEAR_MASK;  in HAL_SMBUS_Init()
 | 
| D | stm32l0xx_hal_i2c.c | 438   hi2c->Instance->TIMINGR = hi2c->Init.Timing & TIMING_CLEAR_MASK;  in HAL_I2C_Init()
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ | 
| D | stm32l4xx_hal_smbus.c | 345   hsmbus->Instance->TIMINGR = hsmbus->Init.Timing & TIMING_CLEAR_MASK;  in HAL_SMBUS_Init()
 | 
| D | stm32l4xx_hal_i2c.c | 541   hi2c->Instance->TIMINGR = hi2c->Init.Timing & TIMING_CLEAR_MASK;  in HAL_I2C_Init()
 | 
| /loramac-node-latest/src/boards/SKiM881AXL/cmsis/ | 
| D | stm32l081xx.h | 356   __IO uint32_t TIMINGR;  /*!< I2C Timing register,               Address offset: 0x10 */  member
 | 
| /loramac-node-latest/src/boards/NucleoL073/cmsis/ | 
| D | stm32l073xx.h | 374   __IO uint32_t TIMINGR;  /*!< I2C Timing register,               Address offset: 0x10 */  member
 | 
| /loramac-node-latest/src/boards/B-L072Z-LRWAN1/cmsis/ | 
| D | stm32l072xx.h | 373   __IO uint32_t TIMINGR;  /*!< I2C Timing register,               Address offset: 0x10 */  member
 | 
| /loramac-node-latest/src/boards/NucleoL476/cmsis/ | 
| D | stm32l476xx.h | 575   __IO uint32_t TIMINGR;     /*!< I2C Timing register,               Address offset: 0x10 */  member
 |