Home
last modified time | relevance | path

Searched refs:IOSCR (Results 1 – 7 of 7) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_tsc.c224 htsc->Instance->IOSCR = htsc->Init.SamplingIOs; in HAL_TSC_Init()
573 htsc->Instance->IOSCR = config->SamplingIOs; in HAL_TSC_IOConfig()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tsc.h458 #define __HAL_TSC_ENABLE_SAMPLING(__HANDLE__, __GX_IOY_MASK__) ((__HANDLE__)->Instance->IOSCR |= (_…
466 #define __HAL_TSC_DISABLE_SAMPLING(__HANDLE__, __GX_IOY_MASK__) ((__HANDLE__)->Instance->IOSCR &= (…
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tsc.c333 htsc->Instance->IOSCR = htsc->Init.SamplingIOs; in HAL_TSC_Init()
904 htsc->Instance->IOSCR = config->SamplingIOs; in HAL_TSC_IOConfig()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tsc.h608 #define __HAL_TSC_ENABLE_SAMPLING(__HANDLE__, __GX_IOY_MASK__) ((__HANDLE__)->Instance->IOSCR |…
616 #define __HAL_TSC_DISABLE_SAMPLING(__HANDLE__, __GX_IOY_MASK__) ((__HANDLE__)->Instance->IOSCR &= (…
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h563 …__IO uint32_t IOSCR; /*!< TSC I/O sampling control register, Address offset: 0x20 */ member
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h549 …__IO uint32_t IOSCR; /*!< TSC I/O sampling control register, Address offset: 0x20 */ member
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h955 …__IO uint32_t IOSCR; /*!< TSC I/O sampling control register, Addres… member