Home
last modified time | relevance | path

Searched defs:val (Results 1 – 7 of 7) sorted by relevance

/loramac-node-latest/src/apps/LoRaMac/common/
DCayenneLpp.c93 int16_t val = ( int16_t ) ( value * 100 ); in CayenneLppAddAnalogInput() local
108 int16_t val = ( int16_t ) ( value * 100 ); in CayenneLppAddAnalogOutput() local
151 int16_t val = ( int16_t) ( celsius * 10 ); in CayenneLppAddTemperature() local
201 int16_t val = ( int16_t ) ( hpa * 10 ); in CayenneLppAddBarometricPressure() local
/loramac-node-latest/src/peripherals/
Dsx9500.c96 uint8_t val = 0; in SX9500LockUntilDetection() local
Dgpio-ioe.c117 uint8_t val = 0; in GpioIoeSetInterrupt() local
Dmpl3115.c297 uint8_t val = 0; in MPL3115ReadTemperature() local
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sai.c1709 HAL_StatusTypeDef HAL_SAI_EnableTxMuteMode(SAI_HandleTypeDef *hsai, uint16_t val) in HAL_SAI_EnableTxMuteMode()
/loramac-node-latest/src/boards/mcu/saml21/hal/utils/include/
Dutils_increment_macro.h56 #define INC_VALUE(val) SP_INC_##val argument
Dutils_decrement_macro.h56 #define DEC_VALUE(val) DEC_##val argument