/lk-master/external/platform/pico/common/pico_base/include/pico/ |
A D | types.h | 71 int8_t month; ///< 1..12, 1 is January 72 int8_t day; ///< 1..28,29,30,31 depending on month 73 int8_t dotw; ///< 0..6, 0 is Sunday 74 int8_t hour; ///< 0..23 75 int8_t min; ///< 0..59 76 int8_t sec; ///< 0..59
|
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/ |
A D | aon_batmon.c | 58 …int8_t voltageSlope ; // Signed byte value representing the TEMP slope with battery voltage… in AONBatMonTemperatureGetDegC() 71 voltageSlope = ((int8_t)HWREGB( FCFG1_BASE + FCFG1_O_MISC_TRIM )); in AONBatMonTemperatureGetDegC()
|
A D | rom_crypto.c | 71 typedef int8_t(*aes_ccm_encrypt_t)(uint8_t, uint8_t, uint8_t *, uint8_t *, 76 typedef int8_t(*aes_ccm_decrypt_t)(uint8_t, uint8_t, uint8_t *, uint8_t *, 84 int8_t 97 int8_t
|
A D | rf_prop_cmd.h | 92 int8_t rssiThr; //!< RSSI threshold 357 int8_t lenOffset; //!< Signed value to add to length field 417 int8_t rssiThr; //!< RSSI threshold 694 int8_t rssiThr; //!< RSSI threshold 787 int8_t lenOffset; //!< Signed value to add to length field 813 int8_t rssiThr; //!< RSSI threshold 867 int8_t lastRssi; //!< RSSI of last received packet
|
A D | rom_crypto.h | 106 extern int8_t AES_CCM_EncryptData(uint8_t encryptFlag, uint8_t MACLen, uint8_t *nonce, 131 extern int8_t AES_CCM_DecryptData(uint8_t decryptFlag, uint8_t MACLen, uint8_t *nonce,
|
A D | aux_adc.c | 255 int8_t offset; in AUXADCGetAdjustmentOffset()
|
/lk-master/target/dartuinoP0/ |
A D | sensor_bus.c | 25 pos_vector_p->x = 0.001*(((int8_t)rx_buff[2] << 4) | ( (rx_buff[1] >> 4) & 0x0F)); in acc_read_xyz() 26 pos_vector_p->y = 0.001*(((int8_t)rx_buff[4] << 4) | ( (rx_buff[3] >> 4) & 0x0F)); in acc_read_xyz() 27 pos_vector_p->z = 0.001*(((int8_t)rx_buff[6] << 4) | ( (rx_buff[5] >> 4) & 0x0F)); in acc_read_xyz()
|
/lk-master/lib/libc/include/ |
A D | stdint.h | 16 typedef signed char int8_t; typedef 51 typedef int8_t int_least8_t; 74 typedef int8_t int_fast8_t;
|
/lk-master/platform/armemu/ |
A D | debug.c | 21 int8_t result = (int8_t)*REG8(DEBUG_STDIN); in platform_dgetc()
|
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_gpiote.c | 64 int8_t pin_assignments[MAX_PIN_NUMBER]; 65 int8_t port_handlers_pins[NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS]; 112 m_cb.port_handlers_pins[channel_id - GPIOTE_CH_NUM] = (int8_t)pin; in pin_in_use_by_te_set() 144 static int8_t channel_port_get(uint32_t pin) in channel_port_get() 167 static int8_t channel_port_alloc(uint32_t pin, nrfx_gpiote_evt_handler_t handler, bool channel) in channel_port_alloc() 169 int8_t channel_id = NO_CHANNELS; in channel_port_alloc() 197 m_cb.port_handlers_pins[channel_id - GPIOTE_CH_NUM] = (int8_t)PIN_NOT_USED; in channel_free() 295 int8_t channel = channel_port_alloc(pin, NULL, true); in nrfx_gpiote_out_init() 526 int8_t channel = channel_port_alloc(pin, evt_handler, p_config->hi_accuracy); in nrfx_gpiote_in_init()
|
A D | nrfx_qdec.c | 62 event.data.sample.value = (int8_t)nrf_qdec_sample_get(NRF_QDEC); in nrfx_qdec_irq_handler()
|
/lk-master/external/lib/lwip/include/arch/ |
A D | cc.h | 34 typedef int8_t s8_t;
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/src/ |
A D | hid_mouse.c | 66 static void setXYMouseReport(uint8_t *rep, int8_t xVal, int8_t yVal) in setXYMouseReport()
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse/example/src/ |
A D | hid_mouse.c | 65 static void setXYMouseReport(uint8_t *rep, int8_t xVal, int8_t yVal) in setXYMouseReport()
|
/lk-master/external/platform/pico/common/pico_sync/include/pico/ |
A D | mutex.h | 34 int8_t owner; //! core number or -1 for unowned
|
/lk-master/lib/libc/include/sys/ |
A D | types.h | 54 typedef int8_t s8;
|
/lk-master/external/platform/pico/rp2_common/hardware_irq/ |
A D | irq.c | 87 int8_t link; 95 static int8_t irq_hander_chain_free_slot_head; 162 static inline int8_t slot_diff(struct irq_handler_chain_slot *to, struct irq_handler_chain_slot *fr… in slot_diff()
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
A D | lpc_types.h | 167 typedef int8_t INT_8;
|
/lk-master/external/platform/nrfx/drivers/include/ |
A D | nrfx_qdec.h | 96 int8_t value; /**< Sample value. */
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2cm_polling/example/src/ |
A D | periph_i2cm_polling.c | 138 int8_t readState_Input[2] = {0, 0}; in ReadTemperatureI2CM()
|
/lk-master/dev/bus/pci/ |
A D | bios32.cpp | 68 int8_t sum, *b; in find_pci_bios_info() 75 b = (int8_t *) head; in find_pci_bios_info()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling/example/src/ |
A D | periph_i2c_rom_polling.c | 175 int8_t readState_Input[2]; in ReadTemperatureI2C()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2cm_interrupt/example/src/ |
A D | periph_i2cm_interrupt.c | 157 int8_t readState_Input[2] = {0, 0}; in ReadTemperatureI2CM()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt/example/src/ |
A D | periph_i2c_rom_interrupt.c | 197 int8_t readState_Input[2]; in ReadTemperatureI2C()
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/src/ |
A D | cdc_uart.c | 78 int8_t txBuf_count; /*!< Bytes present in Tx buffer */
|