Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hal/documentation/
Dusart_sync.rst7 User can set action for flow control pins by function usart_set_flow_control,
8 if the flow control is enabled. All the available states are defined in union
11 Note that user can set state of flow control pins only if automatic support of
12 the flow control is not supported by the hardware.
25 * Flow control
Dspi_master_sync.rst45 user must use I/O to control the devices' SS.
/loramac-node-latest/src/boards/mcu/saml21/cmsis/
Dcore_cmFunc.h77 __STATIC_INLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
80 __regControl = control; in __set_CONTROL()
355 __attribute__( ( always_inline ) ) __STATIC_INLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
357 __ASM volatile ("MSR control, %0" : : "r" (control) : "memory"); in __set_CONTROL()
/loramac-node-latest/src/boards/mcu/stm32/cmsis/
Dcmsis_armcc.h69 __STATIC_INLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
72 __regControl = control; in __set_CONTROL()
Dcmsis_armcc_V6.h102 __attribute__((always_inline)) __STATIC_INLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
104 __ASM volatile ("MSR control, %0" : : "r" (control) : "memory"); in __set_CONTROL()
114 __attribute__((always_inline)) __STATIC_INLINE void __TZ_set_CONTROL_NS(uint32_t control) in __TZ_set_CONTROL_NS() argument
116 __ASM volatile ("MSR control_ns, %0" : : "r" (control) : "memory"); in __TZ_set_CONTROL_NS()
Dcmsis_gcc.h94 __attribute__( ( always_inline ) ) __STATIC_INLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
96 __ASM volatile ("MSR control, %0" : : "r" (control) : "memory"); in __set_CONTROL()
/loramac-node-latest/
DCHANGELOG.md619 - Issue(#68): Fix for low level RF switch control
718 - Applications LED control is no more done into the timer callback functions but instead on the mai…
769 - Changed confirmed messages function to use default datarate when ADR control is off
960 - Fixed SX1276 antenna switch control
1160 - Implemented an application LED control