Home
last modified time | relevance | path

Searched defs:level (Results 1 – 4 of 4) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/saml21/hal/include/
Dhal_gpio.h133 …c inline void gpio_set_port_level(const enum gpio_port port, const uint32_t mask, const bool level) in gpio_set_port_level()
147 static inline void gpio_set_pin_level(const uint8_t pin, const bool level) in gpio_set_pin_level()
/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/pm/
Dhpl_pm.c70 void _set_performance_level(const uint8_t level) in _set_performance_level()
/loramac-node-3.4.0/src/boards/mcu/saml21/hpl/port/
Dhpl_gpio_base.h85 static inline void _gpio_set_level(const enum gpio_port port, const uint32_t mask, const bool level) in _gpio_set_level()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_comp.c738 uint32_t level = 0; in HAL_COMP_GetOutputLevel() local