Home
last modified time | relevance | path

Searched refs:setting (Results 1 – 6 of 6) sorted by relevance

/lk-master/make/
A Dmodule.mk32 $(error MODULE $(MODULE) is setting MODULE_OBJS, change to MODULE_SRCS)
36 $(error MODULE $(MODULE) is probably setting OBJS, change to MODULE_SRCS)
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dgpio_15xx.h81 …TIC INLINE void Chip_GPIO_WritePortBit(LPC_GPIO_T *pGPIO, uint32_t port, uint8_t pin, bool setting) in Chip_GPIO_WritePortBit() argument
83 pGPIO->B[port][pin] = setting; in Chip_GPIO_WritePortBit()
95 STATIC INLINE void Chip_GPIO_SetPinState(LPC_GPIO_T *pGPIO, uint8_t port, uint8_t pin, bool setting) in Chip_GPIO_SetPinState() argument
97 pGPIO->B[port][pin] = setting; in Chip_GPIO_SetPinState()
137 void Chip_GPIO_WriteDirBit(LPC_GPIO_T *pGPIO, uint32_t port, uint8_t bit, bool setting);
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dgpio_15xx.c71 void Chip_GPIO_WriteDirBit(LPC_GPIO_T *pGPIO, uint32_t port, uint8_t bit, bool setting) in Chip_GPIO_WriteDirBit() argument
73 if (setting) { in Chip_GPIO_WriteDirBit()
/lk-master/external/platform/nrfx/
A DCHANGELOG.md13 - Added function in the TIMER HAL for setting the specified shortcuts.
23 - Fixed setting of program memory access mode for secure code in the NVMC driver.
41 …during uninitialization of the drivers. Now every driver restores utilized pins to default setting.
49 - Fixed assertion that checks correctness of limit setting in the SAADC driver.
52 - Fixed handling of NRFX_SPIM_FLAG_HOLD_XFER setting in the blocking mode of the SPIM driver.
78 - Improved the GPIOTE driver robustness by setting the LATCH functionality to be used by default.
113 - Changed the way of configuring the MISO pin pull setting in SPI and SPIM drivers. Now it can be s…
154 - Removed an assertion that prevented setting the data payload size of isochronous endpoints to zer…
258 - Added function for setting the burst mode in the SAADC HAL.
/lk-master/platform/stm32f7xx/patch/
A Dqspi_const.patch80 + // NOTE: The caller is now responsible for setting cmd->NbData ==
109 + // NOTE: The caller is now responsible for setting cmd->NbData ==
/lk-master/external/platform/nrfx/doc/
A Dnrfx.doxyfile202 # Note that setting this tag to YES also means that rational rose comments are
316 # globally by setting AUTOLINK_SUPPORT to NO.
348 # This will only work if the methods are indeed getting or setting a simple
657 # documentation regardless of this setting.
1124 # the setting GENERATE_TREEVIEW). It is highly recommended to start with a
1167 # style sheet in the list overrules the setting of the previous ones in the
1462 # the same information as the tab index, you could consider setting
1744 # style sheet in the list overrules the setting of the previous ones in the
2043 # performed. Macro expansion can be done in a controlled way by setting
2245 # standard location or by setting the DOTFONTPATH environment variable or by
[all …]

Completed in 14 milliseconds