Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 32) sorted by relevance

12

/lk-master/lib/fs/ext2/
A Dext2_priv.h73 #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 Dnrf_nvmc.h270 nrf_nvmc_mode_t mode) in nrf_nvmc_mode_set()
277 nrf_nvmc_ns_mode_t mode) in nrf_nvmc_nonsecure_mode_set()
A Dnrf_ccm.h114 nrf_ccm_mode_t mode; ///< Operation mode. member
A Dnrf_pdm.h531 uint32_t mode = p_reg->MODE; in nrf_pdm_mode_get() local
A Dnrf_timer.h656 nrf_timer_mode_t mode) in nrf_timer_mode_set()
/lk-master/external/platform/lpc15xx/lpcopen/periph_mrt/example/src/
A Dmrt.c49 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 Dpwm.h142 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 Dacmp_15xx.h409 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 Diocon_15xx.h109 STATIC INLINE void Chip_IOCON_PinMux(LPC_IOCON_T *pIOCON, uint8_t port, uint8_t pin, uint16_t mode,… in Chip_IOCON_PinMux()
A Dcrc_15xx.h158 STATIC INLINE void Chip_CRC_SetMode(uint32_t mode) in Chip_CRC_SetMode()
A Dmrt_15xx.h222 STATIC INLINE void Chip_MRT_SetMode(LPC_MRT_CH_T *pMRT, MRT_MODE_T mode) in Chip_MRT_SetMode()
/lk-master/app/mdebug/
A Drswd.c65 static unsigned mode = MODE_SWD; variable
/lk-master/kernel/
A Dport.c55 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 Dgpio.c152 stm32_gpio_mode_t mode; in gpio_config() local
/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_pdm.h70 nrf_pdm_mode_t mode; ///< Interface operation mode. member
A Dnrfx_i2s.h72 nrf_i2s_mode_t mode; ///< Mode of operation. member
A Dnrfx_timer.h92 nrf_timer_mode_t mode; ///< Mode of operation. member
A Dnrfx_spis.h147 nrf_spis_mode_t mode; //!< SPI mode. member
A Dnrfx_spi.h107 nrf_spi_mode_t mode; ///< SPI mode. member
A Dnrfx_spim.h111 nrf_spim_mode_t mode; ///< SPIM mode. member
/lk-master/external/platform/pico/rp2_common/hardware_dma/include/hardware/
A Ddma.h565 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 Dppp.c232 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 Dstm32f7xx_hal_sai.c1473 static uint32_t SAI_InterruptFlag(SAI_HandleTypeDef *hsai, uint32_t mode) in SAI_InterruptFlag()
A Dstm32f7xx_ll_usb.c170 HAL_StatusTypeDef USB_SetCurrentMode(USB_OTG_GlobalTypeDef *USBx , USB_OTG_ModeTypeDef mode) in USB_SetCurrentMode()
/lk-master/platform/pc/include/
A Dpcnet.h41 uint16_t mode; member

Completed in 54 milliseconds

12