Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_sai.c269 static HAL_StatusTypeDef SAI_InitI2S(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasize,…
270 static HAL_StatusTypeDef SAI_InitPCM(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasize,…
339 HAL_StatusTypeDef HAL_SAI_InitProtocol(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasiz… in HAL_SAI_InitProtocol() argument
344 assert_param(IS_SAI_SUPPORTED_PROTOCOL(protocol)); in HAL_SAI_InitProtocol()
347 switch (protocol) in HAL_SAI_InitProtocol()
352 status = SAI_InitI2S(hsai, protocol, datasize, nbslot); in HAL_SAI_InitProtocol()
356 status = SAI_InitPCM(hsai, protocol, datasize, nbslot); in HAL_SAI_InitProtocol()
2167 static HAL_StatusTypeDef SAI_InitI2S(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasize,… in SAI_InitI2S() argument
2195 switch (protocol) in SAI_InitI2S()
2242 if (protocol == SAI_I2S_LSBJUSTIFIED) in SAI_InitI2S()
[all …]
/loramac-node-latest/
DCHANGELOG.md210 - Added implementation for new Certification protocol specification
256 - Added implementation for new Certification protocol specification
490 - Added newly defined `TxCw`(Tx Continuous Wave) certification protocol command
522 - Added TxCw (Tx continuous wave) LoRaWAN compliance protocol command
540 - Fixed compliance test protocol command 0x06 behavior
559 - Applied to all application files the certification protocol change for LoRaWAN 1.0.1 compliance t…
677 - LoRaWAN certification protocol implementation
742 - Removed `IsChannelFree` check on `LoRaMacSetNextChannel` function. LoRaWAN is an ALHOA protocol. …
DREADME.md35 …example application. Periodically uplinks a frame using the Cayenne LPP protocol. (Based on provid…
43 …mple (LoRaMac/\*) includes an implementation of the LoRa-Alliance; LoRaWAN certification protocol.*
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_sai.h776 HAL_StatusTypeDef HAL_SAI_InitProtocol(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasiz…