Home
last modified time | relevance | path

Searched refs:PowerSupplyRange (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_opamp.c268 assert_param(IS_OPAMP_POWER_SUPPLY_RANGE(hopamp->Init.PowerSupplyRange)); in HAL_OPAMP_Init()
464 hopamp->Init.PowerSupplyRange); in HAL_OPAMP_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_opamp.h69 uint32_t PowerSupplyRange; /*!< Specifies the power supply range: above or under 2.4V. member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_opamp.c321 assert_param(IS_OPAMP_POWER_SUPPLY_RANGE(hopamp->Init.PowerSupplyRange)); in HAL_OPAMP_Init()
440 MODIFY_REG(OPAMP1->CSR, OPAMP1_CSR_OPARANGE, hopamp->Init.PowerSupplyRange); in HAL_OPAMP_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_opamp.h67 uint32_t PowerSupplyRange; /*!< Specifies the power supply range: above or under 2.4V. member