/loramac-node-3.7.0/src/apps/LoRaMac/common/LmHandler/packages/ |
D | FragDecoder.c | 130 static void SetParity( uint16_t index, uint8_t *matrixRow, uint8_t parity ); 524 uint8_t parity; in GetParity() local 525 parity = matrixRow[index >> 3]; in GetParity() 526 parity = ( parity >> ( 7 - ( index % 8 ) ) ) & 0x01; in GetParity() 527 return parity; in GetParity() 530 static void SetParity( uint16_t index, uint8_t *matrixRow, uint8_t parity ) in SetParity() argument 533 parity = parity << ( 7 - ( index % 8 ) ); in SetParity() 534 matrixRow[index >> 3] = ( matrixRow[index >> 3] & mask ) + parity; in SetParity()
|
/loramac-node-3.7.0/src/boards/NucleoL073/ |
D | uart-board.c | 62 …int32_t baudrate, WordLength_t wordLength, StopBits_t stopBits, Parity_t parity, FlowCtrl_t flowCt… in UartMcuConfig() argument 67 UartUsbConfig( obj, mode, baudrate, wordLength, stopBits, parity, flowCtrl ); in UartMcuConfig() 127 if( parity == NO_PARITY ) in UartMcuConfig() 131 else if( parity == EVEN_PARITY ) in UartMcuConfig()
|
/loramac-node-3.7.0/src/boards/SKiM880B/ |
D | uart-board.c | 62 …int32_t baudrate, WordLength_t wordLength, StopBits_t stopBits, Parity_t parity, FlowCtrl_t flowCt… in UartMcuConfig() argument 67 UartUsbConfig( obj, mode, baudrate, wordLength, stopBits, parity, flowCtrl ); in UartMcuConfig() 124 if( parity == NO_PARITY ) in UartMcuConfig() 128 else if( parity == EVEN_PARITY ) in UartMcuConfig()
|
/loramac-node-3.7.0/src/boards/SKiM881AXL/ |
D | uart-board.c | 62 …int32_t baudrate, WordLength_t wordLength, StopBits_t stopBits, Parity_t parity, FlowCtrl_t flowCt… in UartMcuConfig() argument 67 UartUsbConfig( obj, mode, baudrate, wordLength, stopBits, parity, flowCtrl ); in UartMcuConfig() 127 if( parity == NO_PARITY ) in UartMcuConfig() 131 else if( parity == EVEN_PARITY ) in UartMcuConfig()
|
/loramac-node-3.7.0/src/boards/SKiM980A/ |
D | uart-board.c | 62 …int32_t baudrate, WordLength_t wordLength, StopBits_t stopBits, Parity_t parity, FlowCtrl_t flowCt… in UartMcuConfig() argument 67 UartUsbConfig( obj, mode, baudrate, wordLength, stopBits, parity, flowCtrl ); in UartMcuConfig() 124 if( parity == NO_PARITY ) in UartMcuConfig() 128 else if( parity == EVEN_PARITY ) in UartMcuConfig()
|
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/ |
D | uart-board.c | 62 …int32_t baudrate, WordLength_t wordLength, StopBits_t stopBits, Parity_t parity, FlowCtrl_t flowCt… in UartMcuConfig() argument 67 UartUsbConfig( obj, mode, baudrate, wordLength, stopBits, parity, flowCtrl ); in UartMcuConfig() 127 if( parity == NO_PARITY ) in UartMcuConfig() 131 else if( parity == EVEN_PARITY ) in UartMcuConfig()
|
/loramac-node-3.7.0/src/boards/NucleoL476/ |
D | uart-board.c | 62 …int32_t baudrate, WordLength_t wordLength, StopBits_t stopBits, Parity_t parity, FlowCtrl_t flowCt… in UartMcuConfig() argument 67 UartUsbConfig( obj, mode, baudrate, wordLength, stopBits, parity, flowCtrl ); in UartMcuConfig() 124 if( parity == NO_PARITY ) in UartMcuConfig() 128 else if( parity == EVEN_PARITY ) in UartMcuConfig()
|
/loramac-node-3.7.0/src/boards/NucleoL152/ |
D | uart-board.c | 62 …int32_t baudrate, WordLength_t wordLength, StopBits_t stopBits, Parity_t parity, FlowCtrl_t flowCt… in UartMcuConfig() argument 67 UartUsbConfig( obj, mode, baudrate, wordLength, stopBits, parity, flowCtrl ); in UartMcuConfig() 124 if( parity == NO_PARITY ) in UartMcuConfig() 128 else if( parity == EVEN_PARITY ) in UartMcuConfig()
|
/loramac-node-3.7.0/src/system/ |
D | uart.c | 35 …int32_t baudrate, WordLength_t wordLength, StopBits_t stopBits, Parity_t parity, FlowCtrl_t flowCt… in UartConfig() argument 37 UartMcuConfig( obj, mode, baudrate, wordLength, stopBits, parity, flowCtrl ); in UartConfig()
|
D | uart.h | 143 …int32_t baudrate, WordLength_t wordLength, StopBits_t stopBits, Parity_t parity, FlowCtrl_t flowCt…
|
/loramac-node-3.7.0/src/boards/NAMote72/ |
D | uart-board.c | 80 …int32_t baudrate, WordLength_t wordLength, StopBits_t stopBits, Parity_t parity, FlowCtrl_t flowCt… in UartMcuConfig() argument 85 UartUsbConfig( obj, mode, baudrate, wordLength, stopBits, parity, flowCtrl ); in UartMcuConfig() 149 if( parity == NO_PARITY ) in UartMcuConfig() 153 else if( parity == EVEN_PARITY ) in UartMcuConfig()
|
/loramac-node-3.7.0/src/boards/mcu/saml21/hal/src/ |
D | hal_usart_sync.c | 169 …_t usart_sync_set_parity(struct usart_sync_descriptor *const descr, const enum usart_parity parity) in usart_sync_set_parity() argument 172 _usart_sync_set_parity(&descr->device, parity); in usart_sync_set_parity()
|
/loramac-node-3.7.0/src/boards/ |
D | uart-usb-board.h | 54 …int32_t baudrate, WordLength_t wordLength, StopBits_t stopBits, Parity_t parity, FlowCtrl_t flowCt…
|
D | uart-board.h | 56 …int32_t baudrate, WordLength_t wordLength, StopBits_t stopBits, Parity_t parity, FlowCtrl_t flowCt…
|
/loramac-node-3.7.0/src/boards/mcu/saml21/hal/include/ |
D | hpl_usart_sync.h | 156 void _usart_sync_set_parity(struct _usart_sync_device *const device, const enum usart_parity parity…
|
D | hal_usart_sync.h | 185 …t usart_sync_set_parity(struct usart_sync_descriptor *const descr, const enum usart_parity parity);
|
D | hpl_usart_async.h | 180 … _usart_async_set_parity(struct _usart_async_device *const device, const enum usart_parity parity);
|
/loramac-node-3.7.0/src/boards/SAMR34/ |
D | uart-board.c | 53 …int32_t baudrate, WordLength_t wordLength, StopBits_t stopBits, Parity_t parity, FlowCtrl_t flowCt… in UartMcuConfig() argument
|
/loramac-node-3.7.0/src/boards/mcu/saml21/hpl/sercom/ |
D | hpl_sercom.c | 182 static void _usart_set_parity(void *const hw, const enum usart_parity parity); 338 void _usart_sync_set_parity(struct _usart_sync_device *const device, const enum usart_parity parity) in _usart_sync_set_parity() argument 340 _usart_set_parity(device->hw, parity); in _usart_sync_set_parity() 346 …d _usart_async_set_parity(struct _usart_async_device *const device, const enum usart_parity parity) in _usart_async_set_parity() argument 348 _usart_set_parity(device->hw, parity); in _usart_async_set_parity() 730 static void _usart_set_parity(void *const hw, const enum usart_parity parity) in _usart_set_parity() argument 739 if (USART_PARITY_NONE != parity) { in _usart_set_parity() 745 hri_sercomusart_write_CTRLB_PMODE_bit(hw, parity); in _usart_set_parity()
|