/loramac-node-3.4.0/src/boards/mcu/saml21/hal/documentation/ |
D | ext_irq.rst | 30 N/A 34 N/A 38 N/A
|
D | spi_master_sync.rst | 39 N/A 50 N/A
|
D | usart_sync.rst | 58 N/A
|
/loramac-node-3.4.0/src/system/ |
D | systime.c | 63 #define DIVC( X, N ) ( ( ( X ) + ( N ) -1 ) / ( N ) ) argument
|
/loramac-node-3.4.0/src/mac/region/ |
D | RegionCommon.c | 68 #define DIV_CEIL( N, D ) \ argument 70 ( N > 0 ) ? \ 71 ( ( ( N ) + ( D ) - 1 ) / ( D ) ) : \ 72 ( ( N ) / ( D ) ) \
|
/loramac-node-3.4.0/src/boards/SKiM980A/ |
D | rtc-board.c | 81 #define DIVC( X, N ) ( ( ( X ) + ( N ) -1 ) / ( N ) ) argument
|
/loramac-node-3.4.0/src/boards/NucleoL152/ |
D | rtc-board.c | 81 #define DIVC( X, N ) ( ( ( X ) + ( N ) -1 ) / ( N ) ) argument
|
/loramac-node-3.4.0/src/boards/NucleoL073/ |
D | rtc-board.c | 81 #define DIVC( X, N ) ( ( ( X ) + ( N ) -1 ) / ( N ) ) argument
|
/loramac-node-3.4.0/src/boards/SKiM880B/ |
D | rtc-board.c | 81 #define DIVC( X, N ) ( ( ( X ) + ( N ) -1 ) / ( N ) ) argument
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/ |
D | rtc-board.c | 81 #define DIVC( X, N ) ( ( ( X ) + ( N ) -1 ) / ( N ) ) argument
|
/loramac-node-3.4.0/src/boards/NucleoL476/ |
D | rtc-board.c | 81 #define DIVC( X, N ) ( ( ( X ) + ( N ) -1 ) / ( N ) ) argument
|
/loramac-node-3.4.0/src/boards/NAMote72/ |
D | rtc-board.c | 81 #define DIVC( X, N ) ( ( ( X ) + ( N ) -1 ) / ( N ) ) argument
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/ |
D | rtc-board.c | 81 #define DIVC( X, N ) ( ( ( X ) + ( N ) -1 ) / ( N ) ) argument
|
/loramac-node-3.4.0/src/boards/mcu/saml21/cmsis/ |
D | core_cm0.h | 239 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member 278 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
|
D | core_cm0plus.h | 250 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member 289 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
|
D | core_sc000.h | 245 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member 284 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
|
D | core_cm3.h | 246 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member 285 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
|
D | core_sc300.h | 246 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member 285 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
|
D | arm_math.h | 2371 uint16_t N; /**< length of the DCT4. */ member 2395 uint16_t N, 2418 uint16_t N; /**< length of the DCT4. */ member 2442 uint16_t N, 2465 uint16_t N; /**< length of the DCT4. */ member 2489 uint16_t N,
|
D | core_cm4.h | 293 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member 332 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
|
/loramac-node-3.4.0/src/boards/mcu/stm32/cmsis/ |
D | core_cm0.h | 255 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member 306 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
|
D | core_cm0plus.h | 266 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member 317 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
|
D | core_sc000.h | 261 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member 312 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
|
D | arm_math.h | 2256 uint16_t N; /**< length of the DCT4. */ member 2280 uint16_t N, 2302 uint16_t N; /**< length of the DCT4. */ member 2326 uint16_t N, 2348 uint16_t N; /**< length of the DCT4. */ member 2372 uint16_t N,
|
/loramac-node-3.4.0/ |
D | README.md | 389 In order to reset the NVM contents one must hit `ESC` + `N` keyboard keys on a serial terminal. 391 The serial terminal will show the following after `ESC` + `N` keyboard keys are hit. After reseting… 394 ESC + N
|