/lk-master/lib/fs/ext2/ |
A D | ext2_priv.h | 73 #define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument 74 #define S_ISCHR(mode) (((mode) & S_IFMT) == S_IFCHR) argument 75 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument 76 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument 77 #define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument 78 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument 79 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument
|
/lk-master/external/platform/nrfx/hal/ |
A D | nrf_nvmc.h | 270 nrf_nvmc_mode_t mode) in nrf_nvmc_mode_set() 277 nrf_nvmc_ns_mode_t mode) in nrf_nvmc_nonsecure_mode_set()
|
A D | nrf_ccm.h | 114 nrf_ccm_mode_t mode; ///< Operation mode. member
|
A D | nrf_pdm.h | 531 uint32_t mode = p_reg->MODE; in nrf_pdm_mode_get() local
|
A D | nrf_timer.h | 656 nrf_timer_mode_t mode) in nrf_timer_mode_set()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_mrt/example/src/ |
A D | mrt.c | 49 static void setupMRT(uint8_t ch, MRT_MODE_T mode, uint32_t rate) in setupMRT()
|
/lk-master/external/platform/pico/rp2_common/hardware_pwm/include/hardware/ |
A D | pwm.h | 142 static inline void pwm_config_set_clkdiv_mode(pwm_config *c, enum pwm_clkdiv_mode mode) { in pwm_config_set_clkdiv_mode() 386 static inline void pwm_set_clkdiv_mode(uint slice_num, enum pwm_clkdiv_mode mode) { in pwm_set_clkdiv_mode()
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
A D | acmp_15xx.h | 409 STATIC INLINE void Chip_ACMP_SetSampleMode(LPC_CMP_T *pACMP, uint8_t index, CHIP_ACMP_SMODE_T mode) in Chip_ACMP_SetSampleMode() 436 CHIP_ACMP_SMODE_T mode, in Chip_ACMP_SetCompFiltReg()
|
A D | iocon_15xx.h | 109 STATIC INLINE void Chip_IOCON_PinMux(LPC_IOCON_T *pIOCON, uint8_t port, uint8_t pin, uint16_t mode,… in Chip_IOCON_PinMux()
|
A D | crc_15xx.h | 158 STATIC INLINE void Chip_CRC_SetMode(uint32_t mode) in Chip_CRC_SetMode()
|
A D | mrt_15xx.h | 222 STATIC INLINE void Chip_MRT_SetMode(LPC_MRT_CH_T *pMRT, MRT_MODE_T mode) in Chip_MRT_SetMode()
|
/lk-master/app/mdebug/ |
A D | rswd.c | 65 static unsigned mode = MODE_SWD; variable
|
/lk-master/kernel/ |
A D | port.c | 55 port_mode_t mode; member 122 status_t port_create(const char *name, port_mode_t mode, port_t *port) { in port_create()
|
/lk-master/platform/stm32f0xx/ |
A D | gpio.c | 152 stm32_gpio_mode_t mode; in gpio_config() local
|
/lk-master/external/platform/nrfx/drivers/include/ |
A D | nrfx_pdm.h | 70 nrf_pdm_mode_t mode; ///< Interface operation mode. member
|
A D | nrfx_i2s.h | 72 nrf_i2s_mode_t mode; ///< Mode of operation. member
|
A D | nrfx_timer.h | 92 nrf_timer_mode_t mode; ///< Mode of operation. member
|
A D | nrfx_spis.h | 147 nrf_spis_mode_t mode; //!< SPI mode. member
|
A D | nrfx_spi.h | 107 nrf_spi_mode_t mode; ///< SPI mode. member
|
A D | nrfx_spim.h | 111 nrf_spim_mode_t mode; ///< SPIM mode. member
|
/lk-master/external/platform/pico/rp2_common/hardware_dma/include/hardware/ |
A D | dma.h | 565 inline static void dma_sniffer_enable(uint channel, uint mode, bool force_channel_enable) { in dma_sniffer_enable()
|
/lk-master/external/lib/lwip/netif/ppp/ |
A D | ppp.c | 232 enum NPmode mode; member 1375 sifnpmode(int u, int proto, enum NPmode mode) in sifnpmode()
|
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
A D | stm32f7xx_hal_sai.c | 1473 static uint32_t SAI_InterruptFlag(SAI_HandleTypeDef *hsai, uint32_t mode) in SAI_InterruptFlag()
|
A D | stm32f7xx_ll_usb.c | 170 HAL_StatusTypeDef USB_SetCurrentMode(USB_OTG_GlobalTypeDef *USBx , USB_OTG_ModeTypeDef mode) in USB_SetCurrentMode()
|
/lk-master/platform/pc/include/ |
A D | pcnet.h | 41 uint16_t mode; member
|